Comment 0 for bug 322748

Revision history for this message
Vincenzo Mazzotta (vincenzo-mazzotta-it) wrote :

Install ST121g on ubuntu Ibex 64-bit is impossible. There is a group that work to support 64-bit OS?

I downloaded Vista 64 bit driver for ST121G, I attach file zipped.

After connected usb key St121g, ubuntu recognize it like a Wireless Dongle

vmazzotta@blackhawk:~$ lsusb
Bus 005 Device 006: ID 06b9:0121 Alcatel Telecom SpeedTouch 121g Wireless Dongle
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 004: ID 04a9:1051 Canon, Inc. BJC-3000 Color Printer
Bus 003 Device 003: ID 046d:c016 Logitech, Inc. M-UV69a/HP M-UV96 Optical Wheel Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

After I load driver for XP 64 bit and Vista 64 bit by ndiswrapper 1.9:

vmazzotta@blackhawk:~$ sudo ndiswrapper -i "/windows/St121g Vista64/PRISMA02.inf"
installing prisma02 ...
vmazzotta@blackhawk:~$ sudo ndiswrapper -l
prisma02 : driver installed
 device (06B9:0121) present
vmazzotta@blackhawk:~$ sudo modprobe ndiswrapper
vmazzotta@blackhawk:~$ sudo dmesg | tail
[ 6812.740017] usb 5-3: new high speed USB device using ehci_hcd and address 6
[ 6812.903341] usb 5-3: configuration #1 chosen from 1 choice
[ 6834.941385] usbcore: deregistering interface driver ndiswrapper
[ 6834.941503] ndiswrapper (ntoskernel_exit:2671): object ffff8800678c1e30(2) was not freed, freeing it now
[ 6834.958786] ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
[ 6835.090020] usb 5-3: reset high speed USB device using ehci_hcd and address 6
[ 6835.249091] ndiswrapper (check_nt_hdr:150): kernel is 64-bit, but Windows driver is not 64-bit;bad magic: 010B
[ 6835.249102] ndiswrapper (load_sys_files:206): couldn't prepare driver 'prisma02'
[ 6835.250855] ndiswrapper (load_wrap_driver:108): couldn't load driver prisma02; check system log for messages from 'loadndisdriver'
[ 6835.250892] usbcore: registered new interface driver ndiswrapper
vmazzotta@blackhawk:~$ sudo ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
vmazzotta@blackhawk:~$ sudo dmesg | tail
[ 6812.740017] usb 5-3: new high speed USB device using ehci_hcd and address 6
[ 6812.903341] usb 5-3: configuration #1 chosen from 1 choice
[ 6834.941385] usbcore: deregistering interface driver ndiswrapper
[ 6834.941503] ndiswrapper (ntoskernel_exit:2671): object ffff8800678c1e30(2) was not freed, freeing it now
[ 6834.958786] ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
[ 6835.090020] usb 5-3: reset high speed USB device using ehci_hcd and address 6
[ 6835.249091] ndiswrapper (check_nt_hdr:150): kernel is 64-bit, but Windows driver is not 64-bit;bad magic: 010B
[ 6835.249102] ndiswrapper (load_sys_files:206): couldn't prepare driver 'prisma02'
[ 6835.250855] ndiswrapper (load_wrap_driver:108): couldn't load driver prisma02; check system log for messages from 'loadndisdriver'
[ 6835.250892] usbcore: registered new interface driver ndiswrapper
vmazzotta@blackhawk:~$