Since the latest kernel updates in Cauldron - I am no longer able to see my WAN modem again (Ericsson F5521gw)
The solution below doesn't work either . . . [root@ThinkFox rfox]# lsmod | grep cdc cdc_ncm 18345 0 usbnet 36447 1 cdc_ncm cdc_wdm 18885 0 cdc_acm 28752 0 usbcore 212051 9 btusb,uvcvideo,ehci_hcd,usbhid,usbnet,cdc_acm,cdc_ncm,cdc_wdm,xhci_hcd [root@ThinkFox rfox]# mount -n -t usbfs -o devmode=0664,devgid=43 /proc/bus/usb /proc/bus/usb mount: mount point /proc/bus/usb does not exist Looks like /proc/bus/ doesn't have usb anymore: [root@ThinkFox rfox]# ls /proc/bus/ input/ pci/ Should I raise a bug? Thx, R.Fox On Wed, 2012-03-28 at 09:15 +0100, Colin Guthrie wrote: > 'Twas brillig, and Robert Fox at 27/03/12 20:11 did gyre and gimble: > > Since recent Cauldron updates, I can't get my 3G card (Ericsson F5521gw) > > to work - looks like the modules are loading: > > > > [root@ThinkFox rfox]# lsmod | grep cdc > > cdc_ncm 18343 0 > > usbnet 32360 1 cdc_ncm > > cdc_acm 28712 0 > > cdc_wdm 18241 0 > > usbcore 206950 10 > > uvcvideo,btusb,cdc_ncm,usbnet,cdc_acm,cdc_wdm,xhci_hcd,usbhid,ehci_hcd > > > > but when I start drakconnect, I get "no device for this connection type" > > > > On the same notebook (Thinkpad x220) it works fine under Ubuntu 12.04 > > B1) > > > > Any hints would be welcome. > > Try running as root: > > mount -n -t usbfs -o devmode=0664,devgid=43 /proc/bus/usb /proc/bus/usb > > > Then run drakconnect. > > aka: https://bugs.mageia.org/show_bug.cgi?id=4500 > > Col >
