Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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 guess there is no drivers for this card as yet...... after reading a lot of posts on here I see that the manufacturer doesn't seem to want to support Linux !?!?
Are they MAD ?
Don't they know that there are some Major players supporting Linux now ???
I know IBM are running thousands and thousands of Linux boxes and some of the other 'big boys' are too!
I think I'll send my card back and get one which is made by a less short sighted company
I take part in a thread about this card and SuSe Linux. There are drivers available that *DO* work. They cost money tho (£11) but they do work, which is important.
Look around for a thread titled Belkin 54g and SuSe 8.2. The driver is made by Linuxent. Search on google for their site.
It's a shame that it costs money but hey, its the best we got right now.
Got the same card (Belkin 802.11b54g, F5D7010) as you and made it work by using the ndiswrapper. You can find it here http://ndiswrapper.sourceforge.net/ .
Hope this helps. It might be that linuxent is selling a look-a-like of ndiswrapper ?
Anybody who has got this working got any detailed instructions? - I have followed the instructions with ndiswrapper, but when I modprobe ndiswrapper in, nothing happens (lsmod shows it to be un-used)..
Any ideas? (again, rh9, tried with latest CVS version, and pre-built RPMS)
Got the same card (Belkin 802.11b54g, F5D7010) as you and made it work by using the ndiswrapper. You can find it here http://ndiswrapper.sourceforge.net/
pdejong (or anyone else who's got the F5D7010 working),
What driver did you use? I've managed to get my PCI card working with ndiswrapper (the F5D7000), but not (yet) the laptop card version (F5D7010).
By the way I found that the driver from the Belkin site didn't work with the PCI card (nothing happens after modprobe ndiswrapper), but a driver I found somewhere else (a site linked from the ndiswrapper page at sourceforge, I think) worked fine.
Originally posted by ads199 I now have it working (with custom 2.6.4 kernel). It works with the drivers from the OEM driver CD.
How did you get this working? What OEM Driver cd? My friend wants Linux, but I can't get the internet working on his machine, and he has the same card...
I've got this card working also under linux, using kernel 2.6.6. I simply followed the instructions at ndiswrapper and used the driver than came on the cd packaged with the card.
No DHCPOFFERS received
No working leases in persistent database - sleeping
Same when booting. The log says:
Code:
net_cnx_up: activating "wlan0"
ifup: Determining IP information for wlan0...
ifup: failed: no link present. Check cable?
The router (also Belkin) works ok with cable connection and both (card and router/AP) work ok in WinXP. This is just to prove that the devices are not broken.
DHCP works fine with the same router and the same installation with the normal NIC (aka eth0). So the dhcp client seems to be ok as well. It must be a configuration problem. Unfortunately the Mandrake Control Center is no help because it insists on using a wrong wlan module for a SiS device which is not present at all.
Small addendum:
I tried with a static IP for wlan0 and there was no error at bootup.
My /etc/sysconfig/network-scripts/ifcfg-wlan0 reads:
Code:
DEVICE=wlan0
BOOTPROTO=static # otherwise this would read 'dhcp'
IPADDR=192.168.2.10 # with dhcp this would be empty
NETMASK=255.255.255.0
NETWORK=192.168.2.0
BROADCAST=255
ONBOOT=yes
DHCP_HOSTNAME=lappi
NEEDHOSTNAME=yes
But I don't get any connection. The power LED on the card lights up when it is activated but the connection LED never lights up. So I assume that the connection between card and access point is still not there.
ping 192.168.2.1 (the router/AP IP) fails with "Destination Host Unreachable"
I am totally off the track. Obviously there's just some small thing I have forgotten to configure or set right. But which and how?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.