With the card plugged in do a "lsusb" and "lsmod" - if usbserial is not loaded, run the tail again and go "modprobe usbserial". I need you to post the lsusb and what happens after the modprobe.
'lsusb' gives:
Code:
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 004: ID 12d1:1003
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 003: ID 046d:c509 Logitech, Inc.
Bus 002 Device 001: ID 0000:0000
and 'lsmod' gives:
Code:
Module Size Used by
nls_utf8 3200 1
sg 37404 0
sr_mod 18212 1
usb_storage 75072 1
arc4 3200 0
rate_control 6784 0
rt73usb 37888 0
80211 175880 2 rate_control,rt73usb
crc_itu_t 3200 1 rt73usb
snd_seq_dummy 4996 0
snd_seq_oss 36480 0
snd_seq_midi 9984 0
snd_rawmidi 27264 1 snd_seq_midi
snd_seq_midi_event 8960 2 snd_seq_oss,snd_seq_midi
snd_seq 59120 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_seq_device 9868 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
isofs 38076 1
udf 89348 0
ext2 71432 0
binfmt_misc 13448 1
rfcomm 42260 0
l2cap 27136 5 rfcomm
bluetooth 53476 4 rfcomm,l2cap
i915 21632 2
drm 74644 3 i915
speedstep_lib 5764 0
cpufreq_userspace 5408 0
cpufreq_stats 7744 0
freq_table 6048 1 cpufreq_stats
cpufreq_powersave 2944 0
cpufreq_ondemand 8876 0
cpufreq_conservative 8712 0
video 17540 0
tc1100_wmi 8324 0
sony_acpi 6412 0
sbs 16804 0
pcc_acpi 14080 0
i2c_ec 6272 1 sbs
i2c_core 23424 1 i2c_ec
hotkey 11556 0
dev_acpi 12292 0
container 5632 0
button 7952 0
battery 11652 0
asus_acpi 17688 0
ac 6788 0
af_packet 24584 0
nls_iso8859_1 5248 2
nls_cp437 6912 2
vfat 14720 2
fat 56348 1 vfat
lp 12964 0
tsdev 9152 0
snd_intel8x0 34844 1
snd_ac97_codec 97696 1 snd_intel8x0
snd_ac97_bus 3456 1 snd_ac97_codec
libusual 17040 1 usb_storage
snd_pcm_oss 47360 0
snd_mixer_oss 19584 1 snd_pcm_oss
ipv6 272288 10
usbhid 45152 0
snd_pcm 84612 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 25348 2 snd_seq,snd_pcm
e100 38020 0
mii 6912 1 e100
psmouse 41352 0
floppy 63044 0
evdev 11392 3
parport_pc 37796 1
parport 39496 2 lp,parport_pc
intel_agp 26012 1
agpgart 34888 3 drm,intel_agp
hw_random 7320 0
shpchp 42144 0
pci_hotplug 32828 1 shpchp
pcspkr 4352 0
serio_raw 8452 0
snd 58372 12 snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11232 1 snd
snd_page_alloc 11400 2 snd_intel8x0,snd_pcm
ext3 142728 2
jbd 62228 1 ext3
ehci_hcd 34696 0
uhci_hcd 24968 0
usbcore 134912 7 usb_storage,rt73usb,libusual,usbhid,ehci_hcd,uhci_hcd
ide_generic 2432 0
ata_piix 11780 0
libata 74892 1 ata_piix
scsi_mod 144648 4 sg,sr_mod,usb_storage,libata
ide_cd 33696 0
cdrom 38944 2 sr_mod,ide_cd
ide_disk 18560 7
piix 11780 1
generic 5764 0
thermal 15624 0
processor 31560 1 thermal
fan 6020 0
fbcon 41504 0
tileblit 3840 1 fbcon
font 9344 1 fbcon
bitblit 7168 1 fbcon
softcursor 3328 1 bitblit
vesafb 9244 0
capability 5896 0
commoncap 8704 1 capability
Since usbserial doesn't appear to be loaded, I ran 'modprobe usbserial' as sudo (no output to terminal), then ran 'lsusb' again:
Code:
Module Size Used by
usbserial 34152 0
nls_utf8 3200 1
sg 37404 0
sr_mod 18212 1
usb_storage 75072 1
arc4 3200 0
rate_control 6784 0
rt73usb 37888 0
80211 175880 2 rate_control,rt73usb
crc_itu_t 3200 1 rt73usb
snd_seq_dummy 4996 0
snd_seq_oss 36480 0
snd_seq_midi 9984 0
snd_rawmidi 27264 1 snd_seq_midi
snd_seq_midi_event 8960 2 snd_seq_oss,snd_seq_midi
snd_seq 59120 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_seq_device 9868 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
isofs 38076 1
udf 89348 0
ext2 71432 0
binfmt_misc 13448 1
rfcomm 42260 0
l2cap 27136 5 rfcomm
bluetooth 53476 4 rfcomm,l2cap
i915 21632 2
drm 74644 3 i915
speedstep_lib 5764 0
cpufreq_userspace 5408 0
cpufreq_stats 7744 0
freq_table 6048 1 cpufreq_stats
cpufreq_powersave 2944 0
cpufreq_ondemand 8876 0
cpufreq_conservative 8712 0
video 17540 0
tc1100_wmi 8324 0
sony_acpi 6412 0
sbs 16804 0
pcc_acpi 14080 0
i2c_ec 6272 1 sbs
i2c_core 23424 1 i2c_ec
hotkey 11556 0
dev_acpi 12292 0
container 5632 0
button 7952 0
battery 11652 0
asus_acpi 17688 0
ac 6788 0
af_packet 24584 0
nls_iso8859_1 5248 2
nls_cp437 6912 2
vfat 14720 2
fat 56348 1 vfat
lp 12964 0
tsdev 9152 0
snd_intel8x0 34844 1
snd_ac97_codec 97696 1 snd_intel8x0
snd_ac97_bus 3456 1 snd_ac97_codec
libusual 17040 1 usb_storage
snd_pcm_oss 47360 0
snd_mixer_oss 19584 1 snd_pcm_oss
ipv6 272288 10
usbhid 45152 0
snd_pcm 84612 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 25348 2 snd_seq,snd_pcm
e100 38020 0
mii 6912 1 e100
psmouse 41352 0
floppy 63044 0
evdev 11392 3
parport_pc 37796 1
parport 39496 2 lp,parport_pc
intel_agp 26012 1
agpgart 34888 3 drm,intel_agp
hw_random 7320 0
shpchp 42144 0
pci_hotplug 32828 1 shpchp
pcspkr 4352 0
serio_raw 8452 0
snd 58372 12 snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11232 1 snd
snd_page_alloc 11400 2 snd_intel8x0,snd_pcm
ext3 142728 2
jbd 62228 1 ext3
ehci_hcd 34696 0
uhci_hcd 24968 0
usbcore 134912 8 usbserial,usb_storage,rt73usb,libusual,usbhid,ehci_hcd,uhci_hcd
ide_generic 2432 0
ata_piix 11780 0
libata 74892 1 ata_piix
scsi_mod 144648 4 sg,sr_mod,usb_storage,libata
ide_cd 33696 0
cdrom 38944 2 sr_mod,ide_cd
ide_disk 18560 7
piix 11780 1
generic 5764 0
thermal 15624 0
processor 31560 1 thermal
fan 6020 0
fbcon 41504 0
tileblit 3840 1 fbcon
font 9344 1 fbcon
bitblit 7168 1 fbcon
softcursor 3328 1 bitblit
vesafb 9244 0
capability 5896 0
commoncap 8704 1 capability
'tail /var/log/messages' shows that it is now being seen as a serial device, I think:
Code:
Nov 9 11:24:30 nickw-desktop kernel: [18037641.672000] usbcore: registered new driver usbserial
Nov 9 11:24:30 nickw-desktop kernel: [18037641.672000] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
Nov 9 11:24:30 nickw-desktop kernel: [18037641.672000] usbcore: registered new driver usbserial_generic
Nov 9 11:24:30 nickw-desktop kernel: [18037641.672000] drivers/usb/serial/usb-serial.c: USB Serial Driver core
Am I right in thinking the direction now is to unload usbserial and do another modload with the device specific info from 'lsusb'?