Linux - Wireless NetworkingThis forum is for the discussion of wireless networking in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm on Fedora Core 3, and there's a tool called system-config-network which I used to get wlan0 up and running. I use a Linksys WUSB54G Adapter, and I downloaded the XP drivers from Linksys.com, used ndiswrapper, and now wlan0 is active. ndiswrapper -l tells me
Now I need to configure xDSL. I have a DSL Internet connection, my ISP being Verizon. I am unsure as to what information I am supposed to get in order to configure DSL (Digital Subscriber Line, not Damn Small Linux).
Here are the results of a failed attempt at activating a no-doubt falsely configured ppp0 (it calls DSL interfaces ppp - is that correct?):
Quote:
/sbin/adsl-start: line 217: 5326 Terminated $CONNECT "$@" >/dev/null 2>&1
Are you connected to a DSL modem? Router? Do you use 'PPPoE'? (If you're not sure about this, then your provider probably provided a CD for windows containing a program called 'WinPOET') Tell us more about your setup, please.
DSL interfaces are called ppp if they use pppoe. (Physical ethernet, protocol is ppp)
I have a Linksys Adapter on my computer. This wireless receives a signal from a Linksys Router, which is directly connected to my DSL modem. Verizon is my ISP.
So it goes like this: Computer < Adapter < Router < Modem.
In that case, you won't need to configure it as a DSL connection on your linux box. Either the modem or the router will be handling all the PPPoE-ness of the connection. You should be able to get by just with a standard "LAN"-style setup.
I already set up my wireless LAN, but the automatic DHCP configuration is not working, even though DHCP is enabled on my settings. What else must I do to get the internet to work?
Under Fedora, my wlan0 is 'active'. I'm assuming that this means everything is configured properly.
I just realized something! My router calls itself a PPPoE, not an automatic DHCP configuration! But DHCP is enabled, it says. The options are as follows:
Your router should be set to PPPoE. Your DHCP server seems to be enabled, so all you should need is a DHCP client under Fedora. Please post the output of the 'iwconfig' and 'ifconfig -a' commands.
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 16, therefore some driver features
may not be available...
wlan0 IEEE 802.11g ESSID:off/any Nickname:"localhost.localdomain"
Mode:Ad-Hoc Frequency:2.437GHz Cell: 00:00:00:00:00:00
Bit Rate=2Mb/s
RTS thr=2432 B Fragment thr=2346 B
Power Management:off
Link Quality:100 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:967 Missed beacon:0
Your problem here (as shown in iwconfig) is that your wireless card has not associated with your AP. So you're going to want to go back and take a look at that first.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.