Re: Belin FD7010 v7
From: Vadim Peretokin <hidden>
Date: 2007-11-24 18:54:30
Yes, so I believe the problem was that that the rtl8180 driver didn't see, and claim the card. I believe the command I used to get the driver to see the card was "sudo echo -n <some adress here>" - I don't remember it exactly, but if you need it, I can dig it up. On Nov 23, 2007 11:43 PM, Pavel Roskin [off-list ref] wrote:
On Fri, 2007-11-23 at 10:36 -0500, Vadim Peretokin wrote:quoted
That didn't quite work. iwconfig and ifconfig couldn't see the card, but lswh -C network showed my card.You probably mean lshw. I've never heard of it, but it looks like a useful program.quoted
It said "* - network UNCLAIMED", but it didn't say any logical adresses.It means there is no driver using the card. It you load either rtl8180 or ndiswrapper, it won't be unclaimed.quoted
I tried a host of adresses with "sudo ifconfig <adress> up", but nothing would work.You need to have a network interface first. If the driver doesn't create the interface, then it's not working with your card. Use dmesg to see kernel message for possible explanations. Once you have the interface (let's say it's wlan0), use "ifconfig wlan0 up" to bring it up, "iwlist wlan0 scan" to see access points around you, iwconfig to configure the wireless parameters, possible wpa_supplicant for WPA authentication. Once the driver report association, use ifconfig or dhclient to configure it. I'm sure there is more detailed documentation somewhere.quoted
I had a friend help me do some hacks involving telling the driver the adress of my card, and then iwconfig saw it - but for some reason Wicd couldn't see it (I'll try again when I get back home and install Network Manager again.). I have a log of what we did to get it "working", if it's any help.wicd is another interesting program I've never heard before. Perhaps you should ask in a list for wicd users, just make sure to provide with sufficient details. Anyway, wicd should not be required to connect to an AP.quoted
And yes, the card does work if you install the net8185.inf driver in ndiswrapper and then use the -a command to link the card to the driver. I was just hoping that the card would work out of the box :)Well, not everything is working out of box, but we are getting there. -- Regards, Pavel Roskin