Re: DLink DWL-120e chipset - bug
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.atmel-wlan |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 9 Jul 2003, Pasquale Federico Zema wrote: Hi Pasquale, > I have an USB DWL-120e. I patched the code and it works well, but > sometimes the driver hangs while initializing the chipset (I always > connect the card before inserting the module in the kernel); when it > happens, the systems goes on working fine, but the whole USB bus is > frozen, it does not recognize any event like (dis)connecting the card or > my digital camera; "insmod" does not exit, "rmmod" fails with a busy > message and I have to reboot the system in order to use any USB device. > My /var/log/kernel is attached to this mail. You may notice that > sometimes > vnet_kernel.c: Reseting Usb Device > is the last message in the session. Sorry, cannot give you much support with USB problems of the Sourceforge driver. I'm better with the alternative: http://at76c503a.berlios.de This one also needs to have your USB ids added (in at76c503-rfmd.c) Chances are that your USB problem doesn't show up, as the USB part of both drivers differ a lot. If you still have it, please post the syslog (with CONFIG_USB_DEBUG=y in your kernel config) and the "lsusb -v" of your USB host controller. > By the way, other two small question: > if I connect the card after inserting the module, it is not recognized: > is it ok? No, normally the driver registers with the USB subsystem either for a set of USB ids or it probe procedure gets called on every insertion of a USB device. > if I disconnect the card without previously removing the module, it is > removed anyway automatically: is it ok? yes, AFAIR this is a kernel / modutils feature. /Jörg