freeallbadgers wrote:plug in card, then as root type ..
- Code: Select all
lsusb
see if the device is recognised at all, if it is then ...
- Code: Select all
dmesg | tail -50
That should give you some indication of the firmware its looking for. You can post the output of the commands here, or use the gentoo wiki to find out how to install.
thanks so much for quick response..................
iam not shure what those commands do coz i am begginers but it is more or less logical
lsusb lists all usb devices i guess
and for
dmesg | tail -50 wiki says it some kind of diagnostic message..............this was all new to me.
okay after i type dmesg | tail-50 this is the output:
[ 45.624660] vboxdrv: Trying to deactivate NMI watchdog permanently...
[ 45.624664] vboxdrv: Successfully done.
[ 46.290085] kjournald starting. Commit interval 5 seconds
[ 46.342874] EXT3 FS on sda1, internal journal
[ 46.342878] EXT3-fs: mounted filesystem with ordered data mode.
[ 46.431988] Adding 884728k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1 across:884728k
[ 71.228569] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 71.244490] NFSD: starting 90-second grace period
[ 72.172316] fbsplash: console 1 using theme 'sabayon'
[ 72.178070] fbsplash: switched splash state to 'on' on console 1
[ 72.201095] fbsplash: console 2 using theme 'sabayon'
[ 72.211423] fbsplash: switched splash state to 'on' on console 2
[ 72.233878] fbsplash: console 3 using theme 'sabayon'
[ 72.239542] fbsplash: switched splash state to 'on' on console 3
[ 72.258023] fbsplash: console 4 using theme 'sabayon'
[ 72.267768] fbsplash: switched splash state to 'on' on console 4
[ 72.285373] fbsplash: console 5 using theme 'sabayon'
[ 72.295055] fbsplash: switched splash state to 'on' on console 5
[ 72.305012] fbsplash: console 11 using theme 'sabayon'
[ 72.310650] fbsplash: switched splash state to 'on' on console 11
[ 74.655360] ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 17 (level, low) -> IRQ 20
[ 76.859512] [fglrx] total GART = 130023424
[ 76.859520] [fglrx] free GART = 114032640
[ 76.859522] [fglrx] max single GART = 114032640
[ 76.859525] [fglrx] total LFB = 67108864
[ 76.859527] [fglrx] free LFB = 52719616
[ 76.859530] [fglrx] max single LFB = 52719616
[ 76.859532] [fglrx] total Inv = 0
[ 76.859534] [fglrx] free Inv = 0
[ 76.859535] [fglrx] max single Inv = 0
[ 76.859537] [fglrx] total TIM = 0
[ 79.606775] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 82.833039] NET: Registered protocol family 10
[ 82.833288] lo: Disabled Privacy Extensions
[ 82.833573] Mobile IPv6
[ 85.522292] atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access hardware directly.
[ 86.523019] atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access hardware directly.
[ 93.088672] ath0: no IPv6 routers present
[ 96.525125] eth0: no IPv6 routers present
[ 127.198183] hda-intel: Invalid position buffer, using LPIB read method instead.
[ 202.035936] usb 2-1: USB disconnect, address 2
[ 214.201617] usb 4-1: USB disconnect, address 2
[ 222.351304] usb 2-1: new full speed USB device using ohci_hcd and address 3
[ 222.555207] Device driver usbdev2.3_ep00 lacks bus and class support for being resumed.
[ 222.555362] usb 2-1: configuration #1 chosen from 1 choice
[ 222.561288] usbvision_probe: USBGear USBG-V1 resp. HAMA USB found
[ 222.561638] USBVision[1]: registered USBVision Video device /dev/video0 [v4l2]
[ 222.561824] USBVision[1]: registered USBVision VBI device /dev/vbi0 [v4l2] (Not Working Yet!)
[ 222.562339] Device driver usbdev2.3_ep01 lacks bus and class support for being resumed.
[ 222.562535] Device driver usbdev2.3_ep82 lacks bus and class support for being resumed.
I underlined the output text for which i think it is related to this av device

.
Now what.........please have patience with me