Re: Re: Pb with v 0.11 drivers + MA101 rev.B + Knoppix
CE <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
No problem, the mailing list is for questions after all. The card will not be configured at bootime without some more fiddling. I'm going to try again when I get on my notebook in a bit and see if the method given to me works. If it does then we shall talk about enabling at bootup ;) In the meantime it is perfectly normal to have to issue an ifup wlan0 when you log in. Your primary problem seems to be involving the wlanctl-ng stuff. I am not sure where it stores the preferences. As long as you have no devices using that driver I'd suggest removing the package with this command: apt-get remove --purge linux-wlan-ng You wrote: > > > ---------------------------- > > > auto lo > > > iface lo inet loopback > > > auto wlan0 > > > > > > iface wlan0 inet static > > > address 192.168.1.100 > > > netmask 255.255.255.0 > > > network 192.168.1.0 > > > broadcast 192.168.1.255 > > > gateway 192.168.1.1 > > > wireless_key ************************** restricted > > > wireless_essid linksys > > > wireless_mode managed > > > wireless_nick linksys > > > ------------------ > > > >I'd remove "auto wlan0" - you cannot start this interface > >at boot time, but after the insertion of the device was detected - even if > >the device _is_ plugged-in during boot, the firmware download does take > >time. Be sure to have the hotplug package installed. > > > >I'm still confused about the wlanctl-ng from your previous post... > > > >/Jörg > > I'm sorry guyz : > I've deleted "auto wlan0". > When I boot with the device connected, the problem still there. I got the > same thing, the card is not configured at boot timen, and I've to do that : > ---- > #ifdown wlan0 > SIOCDELRT: No such process > #ifup wlan0 > wlanctl-ng: Operation not supported > Failed to enable the device, exitcode= 1 . > run-parts: /etc/network/if-pre-up.d/linux-wlan-ng-pre-up exited with return > code 1 > wlanctl-ng: Operation not supported > Failed to enable the device, exitcode= 1 . > run-parts: /etc/network/if-pre-up.d/linux-wlan-ng_pre-up exited with return > code 1 > ---- > > but the configuration is loaded, and I can used normaly the ma101 revB. > > Note that at boot time, I can see that hotplug package is normaly installed. > Any other ideas ? (Sorry for disturbation...)