LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-18-2006, 04:04 PM   #1
User Name.
Member
 
Registered: Aug 2006
Distribution: Ubuntu 8.04
Posts: 178

Rep: Reputation: 30
Configuring wireless internet connection 11.0


I was going to check slackbook website, but it seems to be down.

Anyway, I got all the wireless internet information set up, but when I load firefox, it can't find/connect to the website.

I nmaped my computer, I don't have port 80 open.
 
Old 10-18-2006, 05:06 PM   #2
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
Hi.

You seem to have a misunderstanding of having 'port 80 open'. You would only have port 80 open if you were running apache on your machine as a web server. Outgoing connections (web browsing) wouldn't mean you have port 80 open.

Slackware doesn't run a firewall by default, anyway.

How did you set up your wireless settings?

What kind of wireless card are you using?

Does the command /sbin/iwconfig output anything about your wireless card?
Do you have an ip address? (ifconfig)
Can you ping your router?

-- Shade
 
Old 10-19-2006, 06:58 AM   #3
User Name.
Member
 
Registered: Aug 2006
Distribution: Ubuntu 8.04
Posts: 178

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Shade
Hi.

You seem to have a misunderstanding of having 'port 80 open'. You would only have port 80 open if you were running apache on your machine as a web server. Outgoing connections (web browsing) wouldn't mean you have port 80 open.

Slackware doesn't run a firewall by default, anyway.

How did you set up your wireless settings?

What kind of wireless card are you using?

Does the command /sbin/iwconfig output anything about your wireless card?
Do you have an ip address? (ifconfig)
Can you ping your router?

-- Shade
Code:
root@slackware:~# /sbin/iwconfig
lo        no wireless extensions.
Code:
root@slackware:~# ifconfig
lo        Link encap:Local Loopback
          Inet addr:127.0.0.1 mask: 255.0.0.0
          UP LOOPBACK FUNNING MTU:16436 Metric:1
          RX packets:10650 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10650 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueulen:0
          RX bytes:471834 (460.7 KiB) TX bytes:471834 (460.7 KiB)
I got the internet connect up with ubuntu, I don't know why I can't with slackware.

I used Control Center > Internet & network > Network Settings/Wireless network
I also put in all the correct information I needed when installing 11.0.
 
Old 10-19-2006, 08:16 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,906
Blog Entries: 43

Rep: Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142
Quote:
Originally Posted by User Name.
Code:
root@slackware:~# /sbin/iwconfig
lo        no wireless extensions.
Code:
root@slackware:~# ifconfig
lo        Link encap:Local Loopback
          Inet addr:127.0.0.1 mask: 255.0.0.0
          UP LOOPBACK FUNNING MTU:16436 Metric:1
          RX packets:10650 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10650 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueulen:0
          RX bytes:471834 (460.7 KiB) TX bytes:471834 (460.7 KiB)
I got the internet connect up with ubuntu, I don't know why I can't with slackware.

I used Control Center > Internet & network > Network Settings/Wireless network
I also put in all the correct information I needed when installing 11.0.
Hi,

What kernel, system information and NIC/WLAN device?

I would do this from console as root;

Code:
dmesg |grep eth                       #see if a eth at boot
dmesg |grep wlan                      #what about wlan device
lspci -vv                             #get device information
lsmod                                 #see what modules are loaded
ifconfig -a                           #get status of all devices
Please note the difference in the output for the 'ifconfig -a' and 'ifconfig'. With the '-a' option you get all devices, regardless of status, up or down.

Please post information from console session un-edited so we can assist in diagnosis. Post your /etc/rc.d/rc.inet1.conf too!
 
Old 10-19-2006, 04:58 PM   #5
User Name.
Member
 
Registered: Aug 2006
Distribution: Ubuntu 8.04
Posts: 178

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by gwsandvik
Hi,

What kernel, system information and NIC/WLAN device?

I would do this from console as root;

Code:
dmesg |grep eth                       #see if a eth at boot
dmesg |grep wlan                      #what about wlan device
lspci -vv                             #get device information
lsmod                                 #see what modules are loaded
ifconfig -a                           #get status of all devices
Please note the difference in the output for the 'ifconfig -a' and 'ifconfig'. With the '-a' option you get all devices, regardless of status, up or down.

Please post information from console session un-edited so we can assist in diagnosis. Post your /etc/rc.d/rc.inet1.conf too!
Code:
root@slackware:~# dmesg |grep eth 
root@slackware:~#
Code:
root@slackware:~# dmesg |grep wlan
root@slackware:~#
I would put lsmod and lspci -vv, but there is many MANY lines of code.
ifconfig -a is the same as ifconfig.
 
Old 10-20-2006, 08:27 AM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,906
Blog Entries: 43

Rep: Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142Reputation: 3142
Hi,

Apparently your system isn't recognizing your NIC or WLAN device. My crystal ball is cracked therefore I can't view your screen output for the lspci -vv.
If your that lazy to print the output to screen then HELPTHYSELF.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble Configuring Internet Connection luigidrummer Linux - Networking 35 05-30-2005 03:04 PM
configuring internet connection thru lan jared78 Linux - Networking 5 05-08-2005 10:51 AM
Help: Configuring Ethernet Internet Connection anonymous555 Linux - Networking 8 07-24-2004 03:43 PM
Configuring internet connection on Knoppix Haiyadragon Linux - General 0 07-11-2004 11:08 AM
configuring Internet connection giill Linux - Networking 3 11-21-2003 10:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration