https://bugzilla.novell.com/show_bug.cgi?id=731720 https://bugzilla.novell.com/show_bug.cgi?id=731720#c16 --- Comment #16 from Diego Ercolani <diego.ercolani@gmail.com> 2012-04-17 22:21:33 UTC --- Another 2¢: When I unplug the dongle the modules don't unload from kernel: lsmod | head Before inserting dongle: Module Size Used by fuse 87910 2 vboxvideo 12575 1 drm 252927 2 vboxvideo ip6t_LOG 17095 5 xt_tcpudp 12924 2 xt_pkttype 12504 3 ipt_LOG 13040 5 xt_limit 12711 10 af_packet 35338 0 After Inserting Dongle: Module Size Used by hwa_hc 17841 0 wusb_wa 33021 1 hwa_hc hwa_rc 13481 0 wusbcore 45961 2 hwa_hc,wusb_wa uwb 84298 3 hwa_hc,hwa_rc,wusbcore fuse 87910 2 vboxvideo 12575 1 drm 252927 2 vboxvideo ip6t_LOG 17095 5 After Removing Dongle: Module Size Used by hwa_hc 17841 0 wusb_wa 33021 1 hwa_hc hwa_rc 13481 0 wusbcore 45961 2 hwa_hc,wusb_wa uwb 84298 3 hwa_hc,hwa_rc,wusbcore fuse 87910 2 vboxvideo 12575 1 drm 252927 2 vboxvideo ip6t_LOG 17095 5 As you see modules aren't unregistered. I can unregister manually with: modprobe -r hwa_hc wusb_wa hwa_rc wusbcore uwb and correspondently /var/log/messages tell: Apr 18 00:18:11 linux-vvcf kernel: [ 184.511984] usbcore: deregistering interface driver hwa-hc Apr 18 00:18:11 linux-vvcf kernel: [ 184.514550] usbcore: deregistering interface driver hwa-rc Then If I reinsert the dongle I have a new module registering correctly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.