[Risolto] [Driver] Driver onda ET505UP pcmcia
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
[Risolto] [Driver] Driver onda ET505UP pcmcia
Qualcuno mi sa dare dritte per fare andare questa scheda (pcmcia)...
Ho provatto vari topics notamente quello sui modelli MT505UP (usb) e anche su: [htp]http://wiki.ubuntu-it.org/OndaN500DH [/htp] ma niente non viene riconosciuta!!!
Grazie!
Re: [Driver] Driver onda ET505UP pcmcia
Avvia il pc senza inserire la scheda, poi apri il terminale e digita
Codice: Seleziona tutto
tail -f /var/log/messages- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
allora un po di info:
lsusb senza la scheda:
Codice: Seleziona tutto
debian:/home/polux# lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
debian:/home/polux# con la scheda:
Codice: Seleziona tutto
debian:/home/polux# lsusb
Bus 008 Device 001: ID 0000:0000
Bus 007 Device 001: ID 0000:0000
Bus 006 Device 002: ID 19d2:2000
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
debian:/home/polux#Quindi ottengo id product e id vendor.
Invece se digito: cat /proc/bus/usb/devices (con la scheda..!)
Codice: Seleziona tutto
debian:/home/polux# cat /proc/bus/usb/devices
T: Bus=08 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 2
B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.24-1-686 ehci_hcd
S: Product=EHCI Host Controller
S: SerialNumber=0000:03:00.2
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms
[...]
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 3
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.24-1-686 ohci_hcd
S: Product=OHCI Host Controller
S: SerialNumber=0000:00:13.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255msTolgo la schede e digito: tail -f /var/log/messages
Codice: Seleziona tutto
debian:/home/polux# tail -f /var/log/messages
May 20 15:54:35 debian kernel: ohci_hcd 0000:03:00.0: USB bus 6 deregistered
May 20 15:54:35 debian kernel: ACPI: PCI interrupt for device 0000:03:00.0 disabled
May 20 15:54:35 debian kernel: ohci_hcd 0000:03:00.1: remove, state 0
May 20 15:54:35 debian kernel: usb usb7: USB disconnect, address 1
May 20 15:54:35 debian kernel: ohci_hcd 0000:03:00.1: USB bus 7 deregistered
May 20 15:54:35 debian kernel: ACPI: PCI interrupt for device 0000:03:00.1 disabled
May 20 15:54:35 debian kernel: ehci_hcd 0000:03:00.2: remove, state 0
May 20 15:54:35 debian kernel: usb usb8: USB disconnect, address 1
May 20 15:54:35 debian kernel: ehci_hcd 0000:03:00.2: USB bus 8 deregistered
May 20 15:54:35 debian kernel: ACPI: PCI interrupt for device 0000:03:00.2 disabledCodice: Seleziona tutto
[...]
May 20 15:56:50 debian kernel: pccard: CardBus card inserted into slot 0
May 20 15:56:50 debian kernel: PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
May 20 15:56:50 debian kernel: ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
May 20 15:56:50 debian kernel: ohci_hcd 0000:03:00.0: OHCI Host Controller
May 20 15:56:50 debian kernel: ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
May 20 15:56:50 debian kernel: ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
May 20 15:56:51 debian kernel: usb usb6: configuration #1 chosen from 1 choice
May 20 15:56:51 debian kernel: hub 6-0:1.0: USB hub found
May 20 15:56:51 debian kernel: hub 6-0:1.0: 1 port detected
May 20 15:56:51 debian kernel: PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
May 20 15:56:51 debian kernel: ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
May 20 15:56:51 debian kernel: ohci_hcd 0000:03:00.1: OHCI Host Controller
May 20 15:56:51 debian kernel: ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
May 20 15:56:51 debian kernel: ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
May 20 15:56:51 debian kernel: usb usb7: configuration #1 chosen from 1 choice
May 20 15:56:51 debian kernel: hub 7-0:1.0: USB hub found
May 20 15:56:51 debian kernel: hub 7-0:1.0: 1 port detected
May 20 15:56:51 debian kernel: PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
May 20 15:56:51 debian kernel: ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
May 20 15:56:51 debian kernel: ehci_hcd 0000:03:00.2: EHCI Host Controller
May 20 15:56:51 debian kernel: ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
May 20 15:56:51 debian kernel: ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
May 20 15:56:51 debian kernel: ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
May 20 15:56:51 debian kernel: usb usb8: configuration #1 chosen from 1 choice
May 20 15:56:51 debian kernel: hub 8-0:1.0: USB hub found
May 20 15:56:51 debian kernel: hub 8-0:1.0: 2 ports detected
May 20 15:56:56 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 2
May 20 15:56:57 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 3
May 20 15:56:58 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 4
May 20 15:56:58 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 5
May 20 15:57:50 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 6
May 20 15:57:51 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 7
May 20 15:57:52 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 8
May 20 15:57:52 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 9
May 20 15:57:55 debian kernel: pccard: card ejected from slot 0
May 20 15:57:55 debian kernel: ohci_hcd 0000:03:00.0: remove, state 0
May 20 15:57:55 debian kernel: usb usb6: USB disconnect, address 1
May 20 15:57:55 debian kernel: ohci_hcd 0000:03:00.0: USB bus 6 deregistered
May 20 15:57:55 debian kernel: ACPI: PCI interrupt for device 0000:03:00.0 disabled
May 20 15:57:55 debian kernel: ohci_hcd 0000:03:00.1: remove, state 0
May 20 15:57:55 debian kernel: usb usb7: USB disconnect, address 1
May 20 15:57:55 debian kernel: ohci_hcd 0000:03:00.1: USB bus 7 deregistered
May 20 15:57:55 debian kernel: ACPI: PCI interrupt for device 0000:03:00.1 disabled
May 20 15:57:55 debian kernel: ehci_hcd 0000:03:00.2: remove, state 0
May 20 15:57:55 debian kernel: usb usb8: USB disconnect, address 1
May 20 15:57:55 debian kernel: ehci_hcd 0000:03:00.2: USB bus 8 deregistered
May 20 15:57:55 debian kernel: ACPI: PCI interrupt for device 0000:03:00.2 disabledPer finire dmesg:
Codice: Seleziona tutto
debian:/home/polux# dmesg
[...]
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
SCSI subsystem initialized
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 19 (level, low) -> IRQ 18
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:13.0: irq 18, io mem 0xd0001000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
libata version 3.00 loaded.
8139too Fast Ethernet driver 0.9.28
ACPI: PCI Interrupt 0000:00:13.1[A] -> GSI 19 (level, low) -> IRQ 18
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:13.1: irq 18, io mem 0xd0002000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
ACPI: PCI Interrupt 0000:02:07.0[A] -> GSI 16 (level, low) -> IRQ 17
ohci_hcd 0000:02:07.0: OHCI Host Controller
ohci_hcd 0000:02:07.0: new USB bus registered, assigned bus number 3
ohci_hcd 0000:02:07.0: irq 17, io mem 0xd0200000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 3 ports detected
ACPI: PCI Interrupt 0000:02:07.1[B] -> GSI 18 (level, low) -> IRQ 19
ohci_hcd 0000:02:07.1: OHCI Host Controller
ohci_hcd 0000:02:07.1: new USB bus registered, assigned bus number 4
ohci_hcd 0000:02:07.1: irq 19, io mem 0xd0201000
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 19 (level, low) -> IRQ 18
eth0: RealTek RTL8139 at 0xa000, 00:02:3f:20:4f:f5, IRQ 18
eth0: Identified 8139 chip type 'RTL-8101'
ACPI: PCI Interrupt 0000:02:07.2[C] -> GSI 19 (level, low) -> IRQ 18
ehci_hcd 0000:02:07.2: EHCI Host Controller
ehci_hcd 0000:02:07.2: new USB bus registered, assigned bus number 5
ehci_hcd 0000:02:07.2: irq 18, io mem 0xd0202400
8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
ehci_hcd 0000:02:07.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 5 ports detected
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[...]
Yenta: CardBus bridge found at 0000:02:04.0 [103c:006b]
Yenta: Enabling burst memory read transactions
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:02:04.0, mfunc 0x01111d22, devctl 0x64
input: PS/2 Mouse as /class/input/input6
input: AlpsPS/2 ALPS GlidePoint as /class/input/input7
Real Time Clock Driver v1.12ac
Yenta: ISA IRQ mask 0x0ed8, PCI irq 16
Socket status: 30000006
pcmcia: parent PCI bridge I/O window: 0xa000 - 0xafff
cs: IO port probe 0xa000-0xafff: clean.
pcmcia: parent PCI bridge Memory window: 0xd0200000 - 0xd02fffff
Yenta: CardBus bridge found at 0000:02:04.1 [103c:006b]
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:02:04.1, mfunc 0x01111d22, devctl 0x64
parport_pc 00:09: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]
Yenta: ISA IRQ mask 0x0e18, PCI irq 17
Socket status: 30000006
Yenta: Raising subordinate bus# of parent bus (#02) from #04 to #07
pcmcia: parent PCI bridge I/O window: 0xa000 - 0xafff
cs: IO port probe 0xa000-0xafff: clean.
pcmcia: parent PCI bridge Memory window: 0xd0200000 - 0xd02fffff
ACPI: PCI Interrupt 0000:00:14.6[B] -> GSI 5 (level, low) -> IRQ 5
ACPI: PCI Interrupt 0000:00:14.5[B] -> GSI 5 (level, low) -> IRQ 5
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x408-0x40f 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: excluding 0xc00-0xc07
cs: IO port probe 0xa00-0xaff: clean.
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x408-0x40f 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: excluding 0xc00-0xc07
cs: IO port probe 0xa00-0xaff: clean.
[...]
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 2
usb 6-1: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 0:0:0:0: CD-ROM ONDA USB Storage 2.31 PQ: 0 ANSI: 2
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi-1 drive
sr 0:0:0:0: Attached scsi CD-ROM sr0
sr 0:0:0:0: Attached scsi generic sg0 type 5
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
usb 6-1: reset full speed USB device using ohci_hcd and address 2
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
ohci_hcd 0000:03:00.0: HC died; cleaning up
ohci_hcd 0000:03:00.1: HC died; cleaning up
ehci_hcd 0000:03:00.2: HC died; cleaning up
pccard: card ejected from slot 0
usb 6-1: USB disconnect, address 2
ohci_hcd 0000:03:00.0: leak ed dfa92080 (#87) state 0 (has tds)
scsi 0:0:0:0: rejecting I/O to dead device
scsi 0:0:0:0: rejecting I/O to dead device
scsi 0:0:0:0: rejecting I/O to dead device
scsi 0:0:0:0: rejecting I/O to dead device
ohci_hcd 0000:03:00.0: remove, state 0
usb usb6: USB disconnect, address 1
ohci_hcd 0000:03:00.0: dma_pool_destroy ohci_ed, dfa92000 busy
ohci_hcd 0000:03:00.0: USB bus 6 deregistered
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ohci_hcd 0000:03:00.1: remove, state 0
usb usb7: USB disconnect, address 1
ohci_hcd 0000:03:00.1: USB bus 7 deregistered
ACPI: PCI interrupt for device 0000:03:00.1 disabled
ehci_hcd 0000:03:00.2: remove, state 0
usb usb8: USB disconnect, address 1
ehci_hcd 0000:03:00.2: USB bus 8 deregistered
ACPI: PCI interrupt for device 0000:03:00.2 disabled
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 2
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 3
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 4
usb 6-1: device not accepting address 4, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 5
usb 6-1: device not accepting address 5, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 6
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 7
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 8
usb 6-1: device not accepting address 8, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 9
usb 6-1: device not accepting address 9, error -62
ohci_hcd 0000:03:00.0: HC died; cleaning up
ohci_hcd 0000:03:00.1: HC died; cleaning up
ehci_hcd 0000:03:00.2: HC died; cleaning up
pccard: card ejected from slot 0
ohci_hcd 0000:03:00.0: remove, state 0
usb usb6: USB disconnect, address 1
ohci_hcd 0000:03:00.0: USB bus 6 deregistered
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ohci_hcd 0000:03:00.1: remove, state 0
usb usb7: USB disconnect, address 1
ohci_hcd 0000:03:00.1: USB bus 7 deregistered
ACPI: PCI interrupt for device 0000:03:00.1 disabled
ehci_hcd 0000:03:00.2: remove, state 0
usb usb8: USB disconnect, address 1
ehci_hcd 0000:03:00.2: USB bus 8 deregistered
ACPI: PCI interrupt for device 0000:03:00.2 disabled
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 3
usb 6-1: configuration #1 chosen from 1 choice
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 1:0:0:0: CD-ROM ONDA USB Storage 2.31 PQ: 0 ANSI: 2
sr0: scsi-1 drive
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg0 type 5
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
debian:/home/polux#- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
Adesso, caricando il modulo option:
Codice: Seleziona tutto
debian:/home/polux# modprobe optiondebian:/home/polux# tail -f /var/log/messages
Codice: Seleziona tutto
debian:/home/polux# tail -f /var/log/messages
May 20 16:10:48 debian kernel: ohci_hcd 0000:03:00.0: USB bus 6 deregistered
May 20 16:10:48 debian kernel: ACPI: PCI interrupt for device 0000:03:00.0 disabled
May 20 16:10:48 debian kernel: ohci_hcd 0000:03:00.1: remove, state 0
May 20 16:10:48 debian kernel: usb usb7: USB disconnect, address 1
May 20 16:10:48 debian kernel: ohci_hcd 0000:03:00.1: USB bus 7 deregistered
May 20 16:10:48 debian kernel: ACPI: PCI interrupt for device 0000:03:00.1 disabled
May 20 16:10:48 debian kernel: ehci_hcd 0000:03:00.2: remove, state 0
May 20 16:10:48 debian kernel: usb usb8: USB disconnect, address 1
May 20 16:10:48 debian kernel: ehci_hcd 0000:03:00.2: USB bus 8 deregistered
May 20 16:10:48 debian kernel: ACPI: PCI interrupt for device 0000:03:00.2 disabled
May 20 16:11:44 debian kernel: pccard: CardBus card inserted into slot 0
May 20 16:11:44 debian kernel: PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
May 20 16:11:44 debian kernel: ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
May 20 16:11:44 debian kernel: ohci_hcd 0000:03:00.0: OHCI Host Controller
May 20 16:11:44 debian kernel: ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
May 20 16:11:44 debian kernel: ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
May 20 16:11:44 debian kernel: usb usb6: configuration #1 chosen from 1 choice
May 20 16:11:44 debian kernel: hub 6-0:1.0: USB hub found
May 20 16:11:44 debian kernel: hub 6-0:1.0: 1 port detected
May 20 16:11:44 debian kernel: PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
May 20 16:11:44 debian kernel: ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
May 20 16:11:44 debian kernel: ohci_hcd 0000:03:00.1: OHCI Host Controller
May 20 16:11:44 debian kernel: ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
May 20 16:11:44 debian kernel: ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
May 20 16:11:44 debian kernel: usb usb7: configuration #1 chosen from 1 choice
May 20 16:11:44 debian kernel: hub 7-0:1.0: USB hub found
May 20 16:11:44 debian kernel: hub 7-0:1.0: 1 port detected
May 20 16:11:44 debian kernel: PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
May 20 16:11:44 debian kernel: ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
May 20 16:11:44 debian kernel: ehci_hcd 0000:03:00.2: EHCI Host Controller
May 20 16:11:44 debian kernel: ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
May 20 16:11:44 debian kernel: ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
May 20 16:11:44 debian kernel: ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
May 20 16:11:44 debian kernel: usb usb8: configuration #1 chosen from 1 choice
May 20 16:11:44 debian kernel: hub 8-0:1.0: USB hub found
May 20 16:11:44 debian kernel: hub 8-0:1.0: 2 ports detected
May 20 16:11:48 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 2
May 20 16:11:50 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 3
May 20 16:11:50 debian kernel: usb 6-1: configuration #1 chosen from 1 choice
May 20 16:11:50 debian kernel: scsi2 : SCSI emulation for USB Mass Storage devices
May 20 16:11:55 debian kernel: scsi 2:0:0:0: CD-ROM ONDA USB Storage 2.31 PQ: 0 ANSI: 2
May 20 16:11:55 debian kernel: sr0: scsi-1 drive
May 20 16:11:55 debian kernel: sr 2:0:0:0: Attached scsi generic sg0 type 5
May 20 16:11:56 debian kernel: sr: Sense Key : No Sense [current]
May 20 16:11:56 debian kernel: sr: Add. Sense: No additional sense informationE con:
debian:/home/polux# cat /proc/bus/usb/devices
Si vede la scheda !
Codice: Seleziona tutto
T: Bus=06 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=19d2 ProdID=2000 Rev= 0.00
S: Manufacturer=Qualcomm, Incorporated
S: Product=USB ONDA Storage
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=500mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E: Ad=87(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=07(O) Atr=02(Bulk) MxPS= 64 Ivl=0msCodice: Seleziona tutto
0x820-0x8ff: clean.
...
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 2
usb 6-1: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 0:0:0:0: CD-ROM ONDA USB Storage 2.31 PQ: 0 ANSI: 2
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi-1 drive
sr 0:0:0:0: Attached scsi CD-ROM sr0
sr 0:0:0:0: Attached scsi generic sg0 type 5
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
usb 6-1: reset full speed USB device using ohci_hcd and address 2
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
ohci_hcd 0000:03:00.0: HC died; cleaning up
ohci_hcd 0000:03:00.1: HC died; cleaning up
ehci_hcd 0000:03:00.2: HC died; cleaning up
pccard: card ejected from slot 0
usb 6-1: USB disconnect, address 2
ohci_hcd 0000:03:00.0: leak ed dfa92080 (#87) state 0 (has tds)
scsi 0:0:0:0: rejecting I/O to dead device
scsi 0:0:0:0: rejecting I/O to dead device
scsi 0:0:0:0: rejecting I/O to dead device
scsi 0:0:0:0: rejecting I/O to dead device
ohci_hcd 0000:03:00.0: remove, state 0
usb usb6: USB disconnect, address 1
ohci_hcd 0000:03:00.0: dma_pool_destroy ohci_ed, dfa92000 busy
ohci_hcd 0000:03:00.0: USB bus 6 deregistered
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ohci_hcd 0000:03:00.1: remove, state 0
usb usb7: USB disconnect, address 1
ohci_hcd 0000:03:00.1: USB bus 7 deregistered
ACPI: PCI interrupt for device 0000:03:00.1 disabled
ehci_hcd 0000:03:00.2: remove, state 0
usb usb8: USB disconnect, address 1
ehci_hcd 0000:03:00.2: USB bus 8 deregistered
ACPI: PCI interrupt for device 0000:03:00.2 disabled
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 2
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 3
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 4
usb 6-1: device not accepting address 4, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 5
usb 6-1: device not accepting address 5, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 6
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 7
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 8
usb 6-1: device not accepting address 8, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 9
usb 6-1: device not accepting address 9, error -62
ohci_hcd 0000:03:00.0: HC died; cleaning up
ohci_hcd 0000:03:00.1: HC died; cleaning up
ehci_hcd 0000:03:00.2: HC died; cleaning up
pccard: card ejected from slot 0
ohci_hcd 0000:03:00.0: remove, state 0
usb usb6: USB disconnect, address 1
ohci_hcd 0000:03:00.0: USB bus 6 deregistered
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ohci_hcd 0000:03:00.1: remove, state 0
usb usb7: USB disconnect, address 1
ohci_hcd 0000:03:00.1: USB bus 7 deregistered
ACPI: PCI interrupt for device 0000:03:00.1 disabled
ehci_hcd 0000:03:00.2: remove, state 0
usb usb8: USB disconnect, address 1
ehci_hcd 0000:03:00.2: USB bus 8 deregistered
ACPI: PCI interrupt for device 0000:03:00.2 disabled
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 3
usb 6-1: configuration #1 chosen from 1 choice
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 1:0:0:0: CD-ROM ONDA USB Storage 2.31 PQ: 0 ANSI: 2
sr0: scsi-1 drive
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg0 type 5
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
ohci_hcd 0000:03:00.0: HC died; cleaning up
ohci_hcd 0000:03:00.1: HC died; cleaning up
ehci_hcd 0000:03:00.2: HC died; cleaning up
pccard: card ejected from slot 0
usb 6-1: USB disconnect, address 3
ohci_hcd 0000:03:00.0: leak ed df9e0080 (#87) state 0 (has tds)
scsi 1:0:0:0: rejecting I/O to dead device
scsi 1:0:0:0: rejecting I/O to dead device
scsi 1:0:0:0: rejecting I/O to dead device
scsi 1:0:0:0: rejecting I/O to dead device
ohci_hcd 0000:03:00.0: remove, state 0
usb usb6: USB disconnect, address 1
ohci_hcd 0000:03:00.0: dma_pool_destroy ohci_ed, df9e0000 busy
ohci_hcd 0000:03:00.0: USB bus 6 deregistered
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ohci_hcd 0000:03:00.1: remove, state 0
usb usb7: USB disconnect, address 1
ohci_hcd 0000:03:00.1: USB bus 7 deregistered
ACPI: PCI interrupt for device 0000:03:00.1 disabled
ehci_hcd 0000:03:00.2: remove, state 0
usb usb8: USB disconnect, address 1
ehci_hcd 0000:03:00.2: USB bus 8 deregistered
ACPI: PCI interrupt for device 0000:03:00.2 disabled
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 2
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 3
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 4
usb 6-1: device not accepting address 4, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 5
usb 6-1: device not accepting address 5, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 6
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 7
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 8
usb 6-1: device not accepting address 8, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 9
usb 6-1: device not accepting address 9, error -62
ohci_hcd 0000:03:00.0: HC died; cleaning up
ohci_hcd 0000:03:00.1: HC died; cleaning up
ehci_hcd 0000:03:00.2: HC died; cleaning up
pccard: card ejected from slot 0
ohci_hcd 0000:03:00.0: remove, state 0
usb usb6: USB disconnect, address 1
ohci_hcd 0000:03:00.0: USB bus 6 deregistered
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ohci_hcd 0000:03:00.1: remove, state 0
usb usb7: USB disconnect, address 1
ohci_hcd 0000:03:00.1: USB bus 7 deregistered
ACPI: PCI interrupt for device 0000:03:00.1 disabled
ehci_hcd 0000:03:00.2: remove, state 0
usb usb8: USB disconnect, address 1
ehci_hcd 0000:03:00.2: USB bus 8 deregistered
ACPI: PCI interrupt for device 0000:03:00.2 disabled
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 2
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 3
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 4
usb 6-1: device not accepting address 4, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 5
usb 6-1: device not accepting address 5, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 6
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 7
usb 6-1: device descriptor read/64, error -62
usb 6-1: device descriptor read/64, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 8
usb 6-1: device not accepting address 8, error -62
usb 6-1: new full speed USB device using ohci_hcd and address 9
usb 6-1: device not accepting address 9, error -62
ohci_hcd 0000:03:00.0: HC died; cleaning up
ohci_hcd 0000:03:00.1: HC died; cleaning up
ehci_hcd 0000:03:00.2: HC died; cleaning up
pccard: card ejected from slot 0
ohci_hcd 0000:03:00.0: remove, state 0
usb usb6: USB disconnect, address 1
ohci_hcd 0000:03:00.0: USB bus 6 deregistered
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ohci_hcd 0000:03:00.1: remove, state 0
usb usb7: USB disconnect, address 1
ohci_hcd 0000:03:00.1: USB bus 7 deregistered
ACPI: PCI interrupt for device 0000:03:00.1 disabled
ehci_hcd 0000:03:00.2: remove, state 0
usb usb8: USB disconnect, address 1
ehci_hcd 0000:03:00.2: USB bus 8 deregistered
ACPI: PCI interrupt for device 0000:03:00.2 disabled
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 2
usb 6-1: new full speed USB device using ohci_hcd and address 3
usb 6-1: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 2:0:0:0: CD-ROM ONDA USB Storage 2.31 PQ: 0 ANSI: 2
sr0: scsi-1 drive
sr 2:0:0:0: Attached scsi CD-ROM sr0
sr 2:0:0:0: Attached scsi generic sg0 type 5
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
usb 6-1: reset full speed USB device using ohci_hcd and address 3
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
ohci_hcd 0000:03:00.0: HC died; cleaning up
ohci_hcd 0000:03:00.1: HC died; cleaning up
ehci_hcd 0000:03:00.2: HC died; cleaning up
pccard: card ejected from slot 0
usb 6-1: USB disconnect, address 3
ohci_hcd 0000:03:00.0: leak ed dfa82080 (#87) state 0 (has tds)
scsi 2:0:0:0: rejecting I/O to dead device
scsi 2:0:0:0: rejecting I/O to dead device
scsi 2:0:0:0: rejecting I/O to dead device
scsi 2:0:0:0: rejecting I/O to dead device
ohci_hcd 0000:03:00.0: remove, state 0
usb usb6: USB disconnect, address 1
ohci_hcd 0000:03:00.0: dma_pool_destroy ohci_ed, dfa82000 busy
ohci_hcd 0000:03:00.0: USB bus 6 deregistered
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ohci_hcd 0000:03:00.1: remove, state 0
usb usb7: USB disconnect, address 1
ohci_hcd 0000:03:00.1: USB bus 7 deregistered
ACPI: PCI interrupt for device 0000:03:00.1 disabled
ehci_hcd 0000:03:00.2: remove, state 0
usb usb8: USB disconnect, address 1
ehci_hcd 0000:03:00.2: USB bus 8 deregistered
ACPI: PCI interrupt for device 0000:03:00.2 disabled
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 2
usb 6-1: configuration #1 chosen from 1 choice
scsi3 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 3:0:0:0: CD-ROM ONDA USB Storage 2.31 PQ: 0 ANSI: 2
sr0: scsi-1 drive
sr 3:0:0:0: Attached scsi CD-ROM sr0
sr 3:0:0:0: Attached scsi generic sg0 type 5
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
ohci_hcd 0000:03:00.0: HC died; cleaning up
ohci_hcd 0000:03:00.1: HC died; cleaning up
ehci_hcd 0000:03:00.2: HC died; cleaning up
pccard: card ejected from slot 0
usb 6-1: USB disconnect, address 2
ohci_hcd 0000:03:00.0: leak ed dfb08080 (#87) state 0 (has tds)
scsi 3:0:0:0: rejecting I/O to dead device
scsi 3:0:0:0: rejecting I/O to dead device
scsi 3:0:0:0: rejecting I/O to dead device
scsi 3:0:0:0: rejecting I/O to dead device
ohci_hcd 0000:03:00.0: remove, state 0
usb usb6: USB disconnect, address 1
ohci_hcd 0000:03:00.0: dma_pool_destroy ohci_ed, dfb08000 busy
ohci_hcd 0000:03:00.0: USB bus 6 deregistered
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ohci_hcd 0000:03:00.1: remove, state 0
usb usb7: USB disconnect, address 1
ohci_hcd 0000:03:00.1: USB bus 7 deregistered
ACPI: PCI interrupt for device 0000:03:00.1 disabled
ehci_hcd 0000:03:00.2: remove, state 0
usb usb8: USB disconnect, address 1
ehci_hcd 0000:03:00.2: USB bus 8 deregistered
ACPI: PCI interrupt for device 0000:03:00.2 disabled
hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hdc: drive_cmd: error=0x04 { AbortedCommand }
ide: failed opcode was: 0xef
usb 5-3: new high speed USB device using ehci_hcd and address 2
usb 5-3: configuration #1 chosen from 1 choice
scsi4 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 4:0:0:0: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 4:0:0:1: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 4:0:0:2: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 4:0:0:3: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 4:0:0:0: Attached scsi generic sg0 type 0
scsi 4:0:0:1: Attached scsi generic sg1 type 0
scsi 4:0:0:2: Attached scsi generic sg2 type 0
scsi 4:0:0:3: Attached scsi generic sg3 type 0
Driver 'sd' needs updating - please use bus_type methods
sd 4:0:0:0: [sda] Attached SCSI removable disk
sd 4:0:0:1: [sdb] Attached SCSI removable disk
sd 4:0:0:2: [sdc] 2012160 512-byte hardware sectors (1030 MB)
sd 4:0:0:2: [sdc] Write Protect is off
sd 4:0:0:2: [sdc] Mode Sense: 02 00 00 00
sd 4:0:0:2: [sdc] Assuming drive cache: write through
sd 4:0:0:2: [sdc] 2012160 512-byte hardware sectors (1030 MB)
sd 4:0:0:2: [sdc] Write Protect is off
sd 4:0:0:2: [sdc] Mode Sense: 02 00 00 00
sd 4:0:0:2: [sdc] Assuming drive cache: write through
sdc: sdc1
sd 4:0:0:2: [sdc] Attached SCSI removable disk
sd 4:0:0:3: [sdd] Attached SCSI removable disk
pccard: CardBus card inserted into slot 0
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
ohci_hcd 0000:03:00.0: OHCI Host Controller
ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.1 to 64
ohci_hcd 0000:03:00.1: OHCI Host Controller
ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
ehci_hcd 0000:03:00.2: EHCI Host Controller
ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
usb 6-1: new full speed USB device using ohci_hcd and address 3
usb 6-1: configuration #1 chosen from 1 choice
scsi5 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 5:0:0:0: CD-ROM ONDA USB Storage 2.31 PQ: 0 ANSI: 2
sr0: scsi-1 drive
sr 5:0:0:0: Attached scsi CD-ROM sr0
sr 5:0:0:0: Attached scsi generic sg4 type 5
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
usb 5-3: USB disconnect, address 2
usb 6-1: reset full speed USB device using ohci_hcd and address 3
sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
sr: Sense Key : No Sense [current]
sr: Add. Sense: No additional sense information
usb 5-3: new high speed USB device using ehci_hcd and address 3
usb 5-3: configuration #1 chosen from 1 choice
scsi6 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 6:0:0:1: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 6:0:0:2: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 6:0:0:3: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
sd 6:0:0:0: [sda] Attached SCSI removable disk
sd 6:0:0:0: Attached scsi generic sg0 type 0
sd 6:0:0:1: [sdb] Attached SCSI removable disk
sd 6:0:0:1: Attached scsi generic sg1 type 0
sd 6:0:0:2: [sdc] 2012160 512-byte hardware sectors (1030 MB)
sd 6:0:0:2: [sdc] Write Protect is off
sd 6:0:0:2: [sdc] Mode Sense: 02 00 00 00
sd 6:0:0:2: [sdc] Assuming drive cache: write through
sd 6:0:0:2: [sdc] 2012160 512-byte hardware sectors (1030 MB)
sd 6:0:0:2: [sdc] Write Protect is off
sd 6:0:0:2: [sdc] Mode Sense: 02 00 00 00
sd 6:0:0:2: [sdc] Assuming drive cache: write through
sdc: sdc1
sd 6:0:0:2: [sdc] Attached SCSI removable disk
sd 6:0:0:2: Attached scsi generic sg2 type 0
sd 6:0:0:3: [sdd] Attached SCSI removable disk
sd 6:0:0:3: Attached scsi generic sg3 type 0
usb 6-1: reset full speed USB device using ohci_hcd and address 3
usb 5-3: USB disconnect, address 3
usb 5-3: new high speed USB device using ehci_hcd and address 4
usb 5-3: configuration #1 chosen from 1 choice
scsi7 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 7:0:0:0: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 7:0:0:1: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 7:0:0:2: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
scsi 7:0:0:3: Direct-Access Generic STORAGE DEVICE 9144 PQ: 0 ANSI: 0
sd 7:0:0:0: [sda] Attached SCSI removable disk
sd 7:0:0:0: Attached scsi generic sg0 type 0
sd 7:0:0:1: [sdb] Attached SCSI removable disk
sd 7:0:0:1: Attached scsi generic sg1 type 0
sd 7:0:0:2: [sdc] 2012160 512-byte hardware sectors (1030 MB)
sd 7:0:0:2: [sdc] Write Protect is off
sd 7:0:0:2: [sdc] Mode Sense: 02 00 00 00
sd 7:0:0:2: [sdc] Assuming drive cache: write through
sd 7:0:0:2: [sdc] 2012160 512-byte hardware sectors (1030 MB)
sd 7:0:0:2: [sdc] Write Protect is off
sd 7:0:0:2: [sdc] Mode Sense: 02 00 00 00
sd 7:0:0:2: [sdc] Assuming drive cache: write through
sdc: sdc1
sd 7:0:0:2: [sdc] Attached SCSI removable disk
sd 7:0:0:2: Attached scsi generic sg2 type 0
sd 7:0:0:3: [sdd] Attached SCSI removable disk
sd 7:0:0:3: Attached scsi generic sg3 type 0Qualche idee ?
Grazie !
Re: [Driver] Driver onda ET505UP pcmcia
Il problema, secondo me, sta sempre nel solito discorso: che viene erroneamente riconosciuta come cd-rom.
La soluzione che conosco io è quella di creare una regola in /etc/udev/rules.d/ (i codici produttore e prodotto ci sono: 19d2 e 2000) che avvii un programma "correttivo" (come i vari usb_modeswitch, icon_switch e HuaweiAktBbo).
Poi ci sarebbe da ricompilare il modulo airprime...
Facendo una ricerca sul forum, ho trovato questo topic (nel quale ho postato anch'io, ma me lo ero dimenticato :-[), http://forum.ubuntu-it.org/viewtopic.ph ... msg1085729, dove un utente spiega i vari passaggi da compiere.
Non dovresti avere difficoltà a seguirlo
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
Ti facio sapere il risultato...se risolvo prometto di fare un wiki sulla scheda da propore nel forum
Grazie...Ciao!
Re: [Driver] Driver onda ET505UP pcmcia
Comunque ricompilare quel modulo non è così difficile: l'ho fatto anch'io con Gutsy e non sono proprio un... mago
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
non so perchè ma sono blocato a:
Codice: Seleziona tutto
9) make -C /lib/modules/`uname -r`/build M=`pwd` { serve a compilare il nuovo moduloprovo lo stesso a andare avanti visto che nel link del topic (quello di andrea boscolo) non c'e quel passaggio.. ???
Re: [Driver] Driver onda ET505UP pcmcia
Hai scaricato gli headers e i sorgenti del kernel così come il pacchetto build-essential?
Riesci a postare l'errore?
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
ecco i messaggi:
Codice: Seleziona tutto
debian:/usr/src/linux-source-2.6.24/drivers/usb/serial# make -C /lib/modules/`uname -r`/build M=`pwd`
make: *** /lib/modules/2.6.24-1-686/build: No such file or directory. Stop.
debian:/usr/src/linux-source-2.6.24/drivers/usb/serial# make -C /lib/modules/`uname -r`/ build M=`pwd`
make: Entering directory `/lib/modules/2.6.24-1-686'
make: *** No rule to make target `build'. Stop.
make: Leaving directory `/lib/modules/2.6.24-1-686'
debian:/usr/src/linux-source-2.6.24/drivers/usb/serial#dopo con build stacato ('/ build -C) mi dice niente target?
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
Codice: Seleziona tutto
polux@debian:/usr/src/linux-source-2.6.24/drivers/usb/serial$ make -C /lib/modules/2.6.24-1-686/build M='pwd'
make: Entering directory `/usr/src/linux-headers-2.6.24-1-686'
mkdir: impossibile creare la directory `pwd': Permission denied
scripts/Makefile.build:41: /usr/src/linux-headers-2.6.24-1-686/pwd/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-headers-2.6.24-1-686/pwd/Makefile'. Stop.
make: *** [_module_pwd] Error 2
make: Leaving directory `/usr/src/linux-headers-2.6.24-1-686'
polux@debian:/usr/src/linux-source-2.6.24/drivers/usb/serial$ su root
Parola d'ordine:
debian:/usr/src/linux-source-2.6.24/drivers/usb/serial# make -C /lib
lib/ lib64/
debian:/usr/src/linux-source-2.6.24/drivers/usb/serial# make -C /lib/modules/2.6.24-1-686/build M='pwd'
make: Entering directory `/usr/src/linux-headers-2.6.24-1-686'
scripts/Makefile.build:41: /usr/src/linux-headers-2.6.24-1-686/pwd/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-headers-2.6.24-1-686/pwd/Makefile'. Stop.
make: *** [_module_pwd] Error 2
make: Leaving directory `/usr/src/linux-headers-2.6.24-1-686'
debian:/usr/src/linux-source-2.6.24/drivers/usb/serial#- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
:
Codice: Seleziona tutto
debian:/home/polux# tail -f /var/log/syslog
May 22 12:38:36 debian dhclient: No working leases in persistent database - sleeping.
May 22 12:38:36 debian avahi-autoipd(eth0)[3267]: Found user 'avahi-autoipd' (UID 104) and group 'avahi-autoipd' (GID 109).
May 22 12:38:36 debian avahi-autoipd(eth0)[3267]: Successfully called chroot().
May 22 12:38:36 debian avahi-autoipd(eth0)[3267]: Successfully dropped root privileges.
May 22 12:38:36 debian avahi-autoipd(eth0)[3267]: Starting with address 169.254.6.230
May 22 12:38:40 debian avahi-autoipd(eth0)[3267]: Callout BIND, address 169.254.6.230 on interface eth0
May 22 12:38:41 debian avahi-daemon[2816]: Joining mDNS multicast group on interface eth0.IPv4 with address 169.254.6.230.
May 22 12:38:41 debian avahi-daemon[2816]: New relevant interface eth0.IPv4 for mDNS.
May 22 12:38:41 debian avahi-daemon[2816]: Registering new address record for 169.254.6.230 on eth0.IPv4.
May 22 12:38:44 debian avahi-autoipd(eth0)[3267]: Successfully claimed IP address 169.254.6.230
inserisco la scheda e:
May 22 12:39:42 debian kernel: pccard: CardBus card inserted into slot 0
May 22 12:39:42 debian kernel: PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
May 22 12:39:42 debian kernel: ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
May 22 12:39:42 debian kernel: PCI: Setting latency timer of device 0000:03:00.0 to 64
May 22 12:39:42 debian kernel: ohci_hcd 0000:03:00.0: OHCI Host Controller
May 22 12:39:42 debian kernel: ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
May 22 12:39:42 debian kernel: ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
May 22 12:39:42 debian kernel: usb usb6: configuration #1 chosen from 1 choice
May 22 12:39:42 debian kernel: hub 6-0:1.0: USB hub found
May 22 12:39:42 debian kernel: hub 6-0:1.0: 1 port detected
May 22 12:39:42 debian kernel: PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
May 22 12:39:42 debian kernel: ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
May 22 12:39:42 debian kernel: PCI: Setting latency timer of device 0000:03:00.1 to 64
May 22 12:39:42 debian kernel: ohci_hcd 0000:03:00.1: OHCI Host Controller
May 22 12:39:42 debian kernel: ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
May 22 12:39:42 debian kernel: ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
May 22 12:39:42 debian kernel: usb usb7: configuration #1 chosen from 1 choice
May 22 12:39:42 debian kernel: hub 7-0:1.0: USB hub found
May 22 12:39:42 debian kernel: hub 7-0:1.0: 1 port detected
May 22 12:39:42 debian kernel: PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
May 22 12:39:42 debian kernel: ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
May 22 12:39:42 debian kernel: ehci_hcd 0000:03:00.2: EHCI Host Controller
May 22 12:39:42 debian kernel: ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
May 22 12:39:42 debian kernel: ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
May 22 12:39:42 debian kernel: ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
May 22 12:39:42 debian kernel: usb usb8: configuration #1 chosen from 1 choice
May 22 12:39:42 debian kernel: hub 8-0:1.0: USB hub found
May 22 12:39:42 debian kernel: hub 8-0:1.0: 2 ports detected
May 22 12:39:42 debian NetworkManager: <debug> [1211452782.855741] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_35_1').
May 22 12:39:42 debian NetworkManager: <debug> [1211452782.887815] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_35_2').
May 22 12:39:42 debian NetworkManager: <debug> [1211452782.919062] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_e0_0').
May 22 12:39:43 debian NetworkManager: <debug> [1211452783.008620] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_0').
May 22 12:39:43 debian NetworkManager: <debug> [1211452783.063656] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_1').
May 22 12:39:43 debian NetworkManager: <debug> [1211452783.135922] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_2').
May 22 12:39:43 debian NetworkManager: <debug> [1211452783.386475] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_0_if0').
May 22 12:39:43 debian NetworkManager: <debug> [1211452783.572790] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_1_if0').
May 22 12:39:43 debian NetworkManager: <debug> [1211452783.603692] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_2_if0').
May 22 12:39:43 debian NetworkManager: <debug> [1211452783.611156] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_0_usbraw').
May 22 12:39:43 debian NetworkManager: <debug> [1211452783.620461] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_1_usbraw').
May 22 12:39:43 debian NetworkManager: <debug> [1211452783.627861] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_2_usbraw').
May 22 12:39:46 debian kernel: usb 6-1: new full speed USB device using ohci_hcd and address 2
May 22 12:39:46 debian kernel: usb 6-1: configuration #1 chosen from 1 choice
May 22 12:39:47 debian kernel: usbcore: registered new interface driver usbserial
May 22 12:39:47 debian kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
May 22 12:39:47 debian kernel: usbcore: registered new interface driver usbserial_generic
May 22 12:39:47 debian kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core
May 22 12:39:47 debian kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for airprime
May 22 12:39:47 debian kernel: usbcore: registered new interface driver airprime
May 22 12:39:47 debian NetworkManager: <debug> [1211452787.144729] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial').
May 22 12:39:47 debian kernel: Initializing USB Mass Storage driver...
May 22 12:39:47 debian kernel: scsi0 : SCSI emulation for USB Mass Storage devices
May 22 12:39:47 debian kernel: usbcore: registered new interface driver usb-storage
May 22 12:39:47 debian kernel: USB Mass Storage support registered.
May 22 12:39:47 debian kernel: usb-storage: device found at 2
May 22 12:39:47 debian kernel: usb-storage: waiting for device to settle before scanning
May 22 12:39:47 debian NetworkManager: <debug> [1211452787.366899] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0').
May 22 12:39:47 debian NetworkManager: <debug> [1211452787.382439] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_usbraw').
May 22 12:39:52 debian kernel: usb-storage: device scan complete
May 22 12:39:52 debian kernel: scsi 0:0:0:0: CD-ROM ONDA USB Storage 2.31 PQ: 0 ANSI: 2
May 22 12:39:52 debian kernel: Driver 'sr' needs updating - please use bus_type methods
May 22 12:39:52 debian kernel: sr0: scsi-1 drive
May 22 12:39:52 debian kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0
May 22 12:39:52 debian NetworkManager: <debug> [1211452792.585936] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_scsi_host').
May 22 12:39:52 debian NetworkManager: <debug> [1211452792.591203] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_scsi_host_scsi_device_lun0').
May 22 12:39:52 debian kernel: sr 0:0:0:0: Attached scsi generic sg0 type 5
May 22 12:39:52 debian NetworkManager: <debug> [1211452792.724800] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_scsi_host_scsi_device_lun0_scsi_generic').
May 22 12:39:52 debian NetworkManager: <debug> [1211452792.911452] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/storage_serial_ONDA_USB_Storage_0_0').
May 22 12:39:52 debian kernel: sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
May 22 12:39:52 debian kernel: sr: Sense Key : No Sense [current]
May 22 12:39:52 debian kernel: sr: Add. Sense: No additional sense information
May 22 12:40:53 debian kernel: usb 6-1: reset full speed USB device using ohci_hcd and address 2
May 22 12:40:53 debian kernel: sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
May 22 12:40:53 debian kernel: sr: Sense Key : No Sense [current]
May 22 12:40:53 debian kernel: sr: Add. Sense: No additional sense information
May 22 12:41:53 debian kernel: usb 6-1: reset full speed USB device using ohci_hcd and address 2
May 22 12:43:38 debian dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
May 22 12:43:41 debian dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
May 22 12:43:45 debian dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
May 22 12:43:50 debian dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
May 22 12:44:03 debian dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
May 22 12:44:17 debian dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
May 22 12:44:25 debian dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
May 22 12:44:39 debian dhclient: No DHCPOFFERS received.
May 22 12:44:39 debian dhclient: No working leases in persistent database - sleeping.Comunque si come la mia debian mi rompe anche x altri drivers mi sa que tornero sulla 'più simplice' kubuntu...anche se devo ammetere il fatto che ogni sei mesi mi veniva il stress della novità...
Re: [Driver] Driver onda ET505UP pcmcia
Prima di dirmi cosa è giusto e cose è sbagliato, paga l'IRPEF.
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
adesso riprovo...
ciao,
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
Ho seguito la guida di roby78 dove scrivi di essere riuscito a fare andare la et505up, sanza risultato...
Tu hai seguito la guida 'alla lettera' ?. Io nel file di conf di usb_switch-0.9.4 ho provato sia con idproduct=2000 che idproduct=0002, lo stesso per il rules di udev...
E questo usb_switch bisogna installarlo come detto sul suo sito??? (nella guida di roby78 non ce ne traccia...)
Qui sotto aggiungo il tail -f /var/log/syslog del risultato:
Codice: Seleziona tutto
Jul 13 17:36:56 alibaba NetworkManager: <debug> [1215963416.440397] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/pci_1033_e0_0').
Jul 13 17:37:04 alibaba kernel: [ 4148.987437] mtrr: no MTRR for e0000000,8000000 found
Jul 13 17:37:04 alibaba kdm[7379]: X server for display :0 terminated unexpectedly
Jul 13 17:37:06 alibaba kernel: [ 4150.658280] agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
Jul 13 17:37:06 alibaba kernel: [ 4150.658789] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
Jul 13 17:37:06 alibaba kernel: [ 4150.659225] agpgart: Putting AGP V3 device at 0000:01:05.0 into 8x mode
Jul 13 17:37:07 alibaba kernel: [ 4151.862389] [drm] Setting GART location based on new memory map
Jul 13 17:37:07 alibaba kernel: [ 4151.862411] [drm] Loading R200 Microcode
Jul 13 17:37:07 alibaba kernel: [ 4151.862461] [drm] writeback test succeeded in 1 usecs
Jul 13 17:37:42 alibaba NetworkManager: <info> Updating allowed wireless network lists.
Jul 13 17:38:05 alibaba kernel: [ 4209.539414] pccard: CardBus card inserted into slot 0
Jul 13 17:38:05 alibaba kernel: [ 4209.539864] PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
Jul 13 17:38:05 alibaba kernel: [ 4209.539876] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
Jul 13 17:38:05 alibaba kernel: [ 4209.539923] PCI: Setting latency timer of device 0000:03:00.0 to 64
Jul 13 17:38:05 alibaba kernel: [ 4209.539928] ohci_hcd 0000:03:00.0: OHCI Host Controller
Jul 13 17:38:05 alibaba kernel: [ 4209.540009] ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
Jul 13 17:38:05 alibaba kernel: [ 4209.540038] ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
Jul 13 17:38:05 alibaba kernel: [ 4209.627062] usb usb6: configuration #1 chosen from 1 choice
Jul 13 17:38:05 alibaba kernel: [ 4209.628160] hub 6-0:1.0: USB hub found
Jul 13 17:38:05 alibaba kernel: [ 4209.628608] hub 6-0:1.0: 1 port detected
Jul 13 17:38:05 alibaba NetworkManager: <debug> [1215963485.395343] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_35_1').
Jul 13 17:38:05 alibaba NetworkManager: <debug> [1215963485.445899] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_0').
Jul 13 17:38:05 alibaba kernel: [ 4209.731352] PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
Jul 13 17:38:05 alibaba kernel: [ 4209.731373] ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
Jul 13 17:38:05 alibaba kernel: [ 4209.731425] PCI: Setting latency timer of device 0000:03:00.1 to 64
Jul 13 17:38:05 alibaba kernel: [ 4209.731430] ohci_hcd 0000:03:00.1: OHCI Host Controller
Jul 13 17:38:05 alibaba kernel: [ 4209.731509] ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
Jul 13 17:38:05 alibaba kernel: [ 4209.731539] ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
Jul 13 17:38:05 alibaba kernel: [ 4209.817812] usb usb7: configuration #1 chosen from 1 choice
Jul 13 17:38:05 alibaba kernel: [ 4209.819323] hub 7-0:1.0: USB hub found
Jul 13 17:38:05 alibaba kernel: [ 4209.820226] hub 7-0:1.0: 1 port detected
Jul 13 17:38:05 alibaba NetworkManager: <debug> [1215963485.657029] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_35_2').
Jul 13 17:38:05 alibaba kernel: [ 4209.922954] PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
Jul 13 17:38:05 alibaba kernel: [ 4209.922979] ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
Jul 13 17:38:05 alibaba kernel: [ 4209.923044] ehci_hcd 0000:03:00.2: EHCI Host Controller
Jul 13 17:38:05 alibaba kernel: [ 4209.923122] ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
Jul 13 17:38:05 alibaba kernel: [ 4209.923194] ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
Jul 13 17:38:05 alibaba kernel: [ 4209.934649] ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Jul 13 17:38:05 alibaba kernel: [ 4209.934899] usb usb8: configuration #1 chosen from 1 choice
Jul 13 17:38:05 alibaba kernel: [ 4209.934965] hub 8-0:1.0: USB hub found
Jul 13 17:38:05 alibaba kernel: [ 4209.934982] hub 8-0:1.0: 2 ports detected
Jul 13 17:38:05 alibaba NetworkManager: <debug> [1215963485.977549] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_0_if0').
Jul 13 17:38:06 alibaba NetworkManager: <debug> [1215963486.050323] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_1').
Jul 13 17:38:06 alibaba NetworkManager: <debug> [1215963486.146727] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_e0_0').
Jul 13 17:38:06 alibaba NetworkManager: <debug> [1215963486.175994] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_2').
Jul 13 17:38:06 alibaba NetworkManager: <debug> [1215963486.277760] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_1_if0').
Jul 13 17:38:06 alibaba NetworkManager: <debug> [1215963486.350362] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_2_if0').
Jul 13 17:38:09 alibaba kernel: [ 4213.966808] usb 6-1: new full speed USB device using ohci_hcd and address 2
Jul 13 17:38:09 alibaba kernel: [ 4214.178726] usb 6-1: configuration #1 chosen from 1 choice
Jul 13 17:38:09 alibaba kernel: [ 4214.182938] airprime 6-1:1.0: airprime converter detected
Jul 13 17:38:09 alibaba kernel: [ 4214.183302] usb 6-1: airprime converter now attached to ttyUSB0
Jul 13 17:38:09 alibaba kernel: [ 4214.183608] usb 6-1: airprime converter now attached to ttyUSB1
Jul 13 17:38:09 alibaba kernel: [ 4214.183947] usb 6-1: airprime converter now attached to ttyUSB2
Jul 13 17:38:09 alibaba kernel: [ 4214.188668] usbcore: deregistering interface driver airprime
Jul 13 17:38:09 alibaba kernel: [ 4214.189321] airprime ttyUSB0: airprime converter now disconnected from ttyUSB0
Jul 13 17:38:09 alibaba kernel: [ 4214.189935] airprime ttyUSB1: airprime converter now disconnected from ttyUSB1
Jul 13 17:38:09 alibaba kernel: [ 4214.190591] airprime ttyUSB2: airprime converter now disconnected from ttyUSB2
Jul 13 17:38:09 alibaba kernel: [ 4214.190623] airprime 6-1:1.0: device disconnected
Jul 13 17:38:09 alibaba kernel: [ 4214.192550] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial deregistering driver airprime
Jul 13 17:38:09 alibaba kernel: [ 4214.204588] usbcore: deregistering interface driver usb-storage
Jul 13 17:38:09 alibaba NetworkManager: <debug> [1215963489.973036] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun0_scsi_generic').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.045783] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.089095] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/storage_serial_Generic_STORAGE_DEVICE_04331_0_0').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.103996] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun0').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.106798] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun1').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.109809] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun2').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.112811] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun3').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.115449] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.137075] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun1_scsi_generic').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.183571] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/storage_serial_Generic_STORAGE_DEVICE_04331_0_1').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.207734] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun2_scsi_generic').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.246632] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/volume_uuid_060E_A36A').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.287996] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/storage_serial_Generic_STORAGE_DEVICE_04331_0_2').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.325190] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun3_scsi_generic').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.371550] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/storage_serial_Generic_STORAGE_DEVICE_04331_0_3').
Jul 13 17:38:10 alibaba kernel: [ 4214.626973] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support registered for airprime
Jul 13 17:38:10 alibaba kernel: [ 4214.627628] airprime 6-1:1.0: airprime converter detected
Jul 13 17:38:10 alibaba kernel: [ 4214.628446] usb 6-1: airprime converter now attached to ttyUSB0
Jul 13 17:38:10 alibaba kernel: [ 4214.629307] usb 6-1: airprime converter now attached to ttyUSB1
Jul 13 17:38:10 alibaba kernel: [ 4214.630369] usb 6-1: airprime converter now attached to ttyUSB2
Jul 13 17:38:10 alibaba kernel: [ 4214.630919] usbcore: registered new interface driver airprime
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.668130] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.732938] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_0').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.759493] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_0').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.779069] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_1').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.880093] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_2').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.903044] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_1').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.921706] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_2').
Jul 13 17:38:10 alibaba NetworkManager: <debug> [1215963490.973712] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_0').
Jul 13 17:38:11 alibaba NetworkManager: <debug> [1215963491.020884] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_1').
Jul 13 17:38:11 alibaba NetworkManager: <debug> [1215963491.049242] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_2').
Jul 13 17:38:33 alibaba kernel: [ 4238.196218] usb 6-1: USB disconnect, address 2
Jul 13 17:38:33 alibaba kernel: [ 4238.197129] airprime ttyUSB0: airprime converter now disconnected from ttyUSB0
Jul 13 17:38:33 alibaba kernel: [ 4238.197761] airprime ttyUSB1: airprime converter now disconnected from ttyUSB1
Jul 13 17:38:33 alibaba kernel: [ 4238.198396] airprime ttyUSB2: airprime converter now disconnected from ttyUSB2
Jul 13 17:38:33 alibaba kernel: [ 4238.198438] airprime 6-1:1.0: device disconnected
Jul 13 17:38:34 alibaba NetworkManager: <debug> [1215963514.009076] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_0').
Jul 13 17:38:34 alibaba NetworkManager: <debug> [1215963514.018606] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_1').
Jul 13 17:38:34 alibaba NetworkManager: <debug> [1215963514.053388] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0_serial_usb_2').
Jul 13 17:38:34 alibaba NetworkManager: <debug> [1215963514.075244] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0').
Jul 13 17:38:34 alibaba NetworkManager: <debug> [1215963514.090481] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial').
Jul 13 17:38:35 alibaba kernel: [ 4239.780565] usb 6-1: new full speed USB device using ohci_hcd and address 3
Jul 13 17:38:35 alibaba kernel: [ 4239.983379] usb 6-1: config 1 has an invalid interface number: 4 but max is 3
Jul 13 17:38:35 alibaba kernel: [ 4239.983392] usb 6-1: config 1 has no interface number 0
Jul 13 17:38:35 alibaba kernel: [ 4239.992542] usb 6-1: configuration #1 chosen from 1 choice
Jul 13 17:38:35 alibaba kernel: [ 4239.995967] airprime 6-1:1.1: airprime converter detected
Jul 13 17:38:35 alibaba kernel: [ 4239.996426] usb 6-1: airprime converter now attached to ttyUSB0
Jul 13 17:38:35 alibaba kernel: [ 4239.996737] usb 6-1: airprime converter now attached to ttyUSB1
Jul 13 17:38:35 alibaba kernel: [ 4239.997056] usb 6-1: airprime converter now attached to ttyUSB2
Jul 13 17:38:35 alibaba kernel: [ 4240.005223] airprime 6-1:1.2: airprime converter detected
Jul 13 17:38:35 alibaba kernel: [ 4240.005597] usb 6-1: airprime converter now attached to ttyUSB3
Jul 13 17:38:35 alibaba kernel: [ 4240.005909] usb 6-1: airprime converter now attached to ttyUSB4
Jul 13 17:38:35 alibaba kernel: [ 4240.006226] usb 6-1: airprime converter now attached to ttyUSB5
Jul 13 17:38:35 alibaba kernel: [ 4240.012418] airprime 6-1:1.3: airprime converter detected
Jul 13 17:38:35 alibaba kernel: [ 4240.012791] usb 6-1: airprime converter now attached to ttyUSB6
Jul 13 17:38:35 alibaba kernel: [ 4240.013146] usb 6-1: airprime converter now attached to ttyUSB7
Jul 13 17:38:35 alibaba kernel: [ 4240.013454] usb 6-1: airprime converter now attached to ttyUSB8
Jul 13 17:38:35 alibaba kernel: [ 4240.017340] airprime 6-1:1.4: airprime converter detected
Jul 13 17:38:35 alibaba kernel: [ 4240.017722] usb 6-1: airprime converter now attached to ttyUSB9
Jul 13 17:38:35 alibaba kernel: [ 4240.018051] usb 6-1: airprime converter now attached to ttyUSB10
Jul 13 17:38:35 alibaba kernel: [ 4240.018382] usb 6-1: airprime converter now attached to ttyUSB11
Jul 13 17:38:35 alibaba NetworkManager: <debug> [1215963515.863360] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial').
Jul 13 17:38:36 alibaba NetworkManager: <debug> [1215963516.538266] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if2').
Jul 13 17:38:36 alibaba NetworkManager: <debug> [1215963516.859866] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if3').
Jul 13 17:38:36 alibaba NetworkManager: <debug> [1215963516.930176] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if4').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.003086] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if1').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.097610] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if2_serial_usb_3').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.181368] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if2_serial_usb_5').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.198256] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if2_serial_usb_4').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.277134] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if1_serial_usb_0').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.290219] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if1_serial_usb_1').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.307253] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if1_serial_usb_2').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.341158] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if3_serial_usb_7').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.375775] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if3_serial_usb_6').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.380399] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if3_serial_usb_8').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.385746] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if4_serial_usb_9').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.390372] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if4_serial_usb_10').
Jul 13 17:38:37 alibaba NetworkManager: <debug> [1215963517.395197] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if4_serial_usb_11').
[1]+ Stopped tail -f /var/log/syslog
Ciao!
Re: [Driver] Driver onda ET505UP pcmcia
piuttosto, ho notato che con il 2.6.24.16 funziona benissimo, con il .19 no.
Prima di dirmi cosa è giusto e cose è sbagliato, paga l'IRPEF.
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
adesso provo con il .16!
Ciao!
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
Codice: Seleziona tutto
polux@alibaba:~/Scrivania $ wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATX3
ATX3
ERROR
--> Bad init string.
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATX3
ATX3
ERROR
--> Bad init string.
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATX3
ATX3
ERROR
--> Bad init string.
- jean-marc
- Scoppiettante Seguace

- Messaggi: 253
- Iscrizione: venerdì 15 dicembre 2006, 1:11
- Località: Castefranco Veneto (TV)
Re: [Driver] Driver onda ET505UP pcmcia
Mi sa che la sim era inserita male...comunque nel prosseguire la mia "battaglia" del momento ecco cosa adesso succede lanciando wvdial:
Codice: Seleziona tutto
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATX3
ATX3
OK
--> Sending: AT+COPS?
AT+COPS?
+COPS: 0
OK
--> Sending: AT+CGDCONT=1,"IP","ibox.tim.it",,0,0
AT+CGDCONT=1,"IP","ibox.tim.it",,0,0
OK
--> Modem initialized.
--> Sending: ATM1L3DT*99#
--> Waiting for carrier.
ATM1L3DT*99#
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Tue Jul 15 15:11:09 2008
--> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
--> --> PAP (Password Authentication Protocol) may be flaky.
--> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
--> --> CHAP (Challenge Handshake) may be flaky.
--> Pid of pppd: 8367
--> Using interface ppp0
--> pppd: ��[06][08][10]�[06][08]
--> pppd: ��[06][08][10]�[06][08]
--> pppd: ��[06][08][10]�[06][08]
--> pppd: ��[06][08][10]�[06][08]
--> pppd: ��[06][08][10]�[06][08]
--> Disconnecting at Tue Jul 15 15:11:40 2008
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.Codice: Seleziona tutto
polux@alibaba:~$ wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
--> Sending: ATQ0
--> Re-Sending: ATZ
--> Modem not responding.Codice: Seleziona tutto
polux@alibaba:~$ gcom -d /dev/ttyUSB3
***SIM ERROR***
Check device port configuration.
Check SIM is inserted
Test SIM in a mobile phone?Codice: Seleziona tutto
Jul 15 14:59:24 alibaba kernel: [ 70.175210] ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 16 (level, low) -> IRQ 17
Jul 15 14:59:24 alibaba kernel: [ 70.177453] [drm] Initialized radeon 1.28.0 20060524 on minor 0
Jul 15 14:59:24 alibaba NetworkManager: <debug> [1216126764.280165] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1002_5835_drm_r200_card0').
Jul 15 14:59:25 alibaba kernel: [ 71.438386] agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
Jul 15 14:59:25 alibaba kernel: [ 71.440256] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
Jul 15 14:59:25 alibaba kernel: [ 71.441743] agpgart: Putting AGP V3 device at 0000:01:05.0 into 8x mode
Jul 15 14:59:26 alibaba kernel: [ 72.665544] [drm] Setting GART location based on new memory map
Jul 15 14:59:26 alibaba kernel: [ 72.665567] [drm] Loading R200 Microcode
Jul 15 14:59:26 alibaba kernel: [ 72.665617] [drm] writeback test succeeded in 1 usecs
Jul 15 15:00:26 alibaba NetworkManager: <info> Updating allowed wireless network lists.
Jul 15 15:00:46 alibaba kernel: [ 152.150454] pccard: CardBus card inserted into slot 0
Jul 15 15:00:46 alibaba kernel: [ 152.150898] PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
Jul 15 15:00:46 alibaba kernel: [ 152.150909] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 16
Jul 15 15:00:46 alibaba kernel: [ 152.150956] PCI: Setting latency timer of device 0000:03:00.0 to 64
Jul 15 15:00:46 alibaba kernel: [ 152.150962] ohci_hcd 0000:03:00.0: OHCI Host Controller
Jul 15 15:00:46 alibaba kernel: [ 152.151035] ohci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
Jul 15 15:00:46 alibaba kernel: [ 152.151067] ohci_hcd 0000:03:00.0: irq 16, io mem 0x48000000
Jul 15 15:00:46 alibaba kernel: [ 152.237997] usb usb6: configuration #1 chosen from 1 choice
Jul 15 15:00:46 alibaba kernel: [ 152.240358] hub 6-0:1.0: USB hub found
Jul 15 15:00:46 alibaba kernel: [ 152.241528] hub 6-0:1.0: 1 port detected
Jul 15 15:00:46 alibaba NetworkManager: <debug> [1216126846.470431] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_35_1').
Jul 15 15:00:46 alibaba NetworkManager: <debug> [1216126846.522238] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_0').
Jul 15 15:00:46 alibaba kernel: [ 152.346754] PCI: Enabling device 0000:03:00.1 (0000 -> 0002)
Jul 15 15:00:46 alibaba kernel: [ 152.346773] ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 17 (level, low) -> IRQ 16
Jul 15 15:00:46 alibaba kernel: [ 152.346822] PCI: Setting latency timer of device 0000:03:00.1 to 64
Jul 15 15:00:46 alibaba kernel: [ 152.346828] ohci_hcd 0000:03:00.1: OHCI Host Controller
Jul 15 15:00:46 alibaba kernel: [ 152.346903] ohci_hcd 0000:03:00.1: new USB bus registered, assigned bus number 7
Jul 15 15:00:46 alibaba kernel: [ 152.346932] ohci_hcd 0000:03:00.1: irq 16, io mem 0x48001000
Jul 15 15:00:46 alibaba kernel: [ 152.432680] usb usb7: configuration #1 chosen from 1 choice
Jul 15 15:00:46 alibaba kernel: [ 152.434377] hub 7-0:1.0: USB hub found
Jul 15 15:00:46 alibaba kernel: [ 152.435507] hub 7-0:1.0: 1 port detected
Jul 15 15:00:46 alibaba kernel: [ 152.538166] PCI: Enabling device 0000:03:00.2 (0000 -> 0002)
Jul 15 15:00:46 alibaba kernel: [ 152.538187] ACPI: PCI Interrupt 0000:03:00.2[C] -> GSI 17 (level, low) -> IRQ 16
Jul 15 15:00:46 alibaba kernel: [ 152.538237] ehci_hcd 0000:03:00.2: EHCI Host Controller
Jul 15 15:00:46 alibaba kernel: [ 152.538318] ehci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 8
Jul 15 15:00:46 alibaba kernel: [ 152.538406] ehci_hcd 0000:03:00.2: irq 16, io mem 0x48002000
Jul 15 15:00:46 alibaba kernel: [ 152.549681] ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Jul 15 15:00:46 alibaba kernel: [ 152.549902] usb usb8: configuration #1 chosen from 1 choice
Jul 15 15:00:46 alibaba kernel: [ 152.549965] hub 8-0:1.0: USB hub found
Jul 15 15:00:46 alibaba kernel: [ 152.549983] hub 8-0:1.0: 2 ports detected
Jul 15 15:00:46 alibaba NetworkManager: <debug> [1216126846.768800] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_35_2').
Jul 15 15:00:46 alibaba NetworkManager: <debug> [1216126846.972639] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_0_if0').
Jul 15 15:00:47 alibaba NetworkManager: <debug> [1216126847.028962] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_1').
Jul 15 15:00:47 alibaba NetworkManager: <debug> [1216126847.075351] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_e0_0').
Jul 15 15:00:47 alibaba NetworkManager: <debug> [1216126847.154425] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_2').
Jul 15 15:00:47 alibaba NetworkManager: <debug> [1216126847.412639] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_1_if0').
Jul 15 15:00:47 alibaba NetworkManager: <debug> [1216126847.656746] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_2_if0').
Jul 15 15:00:52 alibaba kernel: [ 157.915246] usb 6-1: new full speed USB device using ohci_hcd and address 2
Jul 15 15:00:52 alibaba kernel: [ 158.094919] usb 6-1: device descriptor read/64, error -62
Jul 15 15:00:52 alibaba kernel: [ 158.382348] usb 6-1: device descriptor read/64, error -62
Jul 15 15:00:52 alibaba kernel: [ 158.661808] usb 6-1: new full speed USB device using ohci_hcd and address 3
Jul 15 15:00:53 alibaba kernel: [ 158.841469] usb 6-1: device descriptor read/64, error -62
Jul 15 15:00:53 alibaba kernel: [ 159.125627] usb 6-1: device descriptor read/64, error -62
Jul 15 15:00:53 alibaba kernel: [ 159.404378] usb 6-1: new full speed USB device using ohci_hcd and address 4
Jul 15 15:00:54 alibaba kernel: [ 159.811552] usb 6-1: device not accepting address 4, error -62
Jul 15 15:00:54 alibaba kernel: [ 159.987244] usb 6-1: new full speed USB device using ohci_hcd and address 5
Jul 15 15:00:54 alibaba kernel: [ 160.394671] usb 6-1: device not accepting address 5, error -62
Jul 15 15:01:45 alibaba kernel: [ 211.415360] usb 6-1: new full speed USB device using ohci_hcd and address 6
Jul 15 15:01:45 alibaba kernel: [ 211.598977] usb 6-1: device descriptor read/64, error -62
Jul 15 15:01:46 alibaba kernel: [ 211.886419] usb 6-1: device descriptor read/64, error -62
Jul 15 15:01:46 alibaba kernel: [ 212.165878] usb 6-1: new full speed USB device using ohci_hcd and address 7
Jul 15 15:01:46 alibaba kernel: [ 212.349516] usb 6-1: device descriptor read/64, error -62
Jul 15 15:01:46 alibaba kernel: [ 212.636959] usb 6-1: device descriptor read/64, error -62
Jul 15 15:01:47 alibaba kernel: [ 212.916417] usb 6-1: new full speed USB device using ohci_hcd and address 8
Jul 15 15:01:47 alibaba kernel: [ 213.323609] usb 6-1: device not accepting address 8, error -62
Jul 15 15:01:47 alibaba kernel: [ 213.499287] usb 6-1: new full speed USB device using ohci_hcd and address 9
Jul 15 15:01:48 alibaba kernel: [ 213.906476] usb 6-1: device not accepting address 9, error -62
[1]+ Stopped tail -f /var/log/syslog
polux@alibaba:~$ tail -f /var/log/syslog
Jul 15 15:10:34 alibaba kernel: [ 739.282015] ehci_hcd 0000:03:00.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Jul 15 15:10:34 alibaba kernel: [ 739.282241] usb usb8: configuration #1 chosen from 1 choice
Jul 15 15:10:34 alibaba kernel: [ 739.282299] hub 8-0:1.0: USB hub found
Jul 15 15:10:34 alibaba kernel: [ 739.282314] hub 8-0:1.0: 2 ports detected
Jul 15 15:10:34 alibaba NetworkManager: <debug> [1216127434.849673] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_0_if0').
Jul 15 15:10:34 alibaba NetworkManager: <debug> [1216127434.901872] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_1').
Jul 15 15:10:34 alibaba NetworkManager: <debug> [1216127434.940917] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_1033_e0_0').
Jul 15 15:10:35 alibaba NetworkManager: <debug> [1216127435.006314] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_2').
Jul 15 15:10:35 alibaba NetworkManager: <debug> [1216127435.244064] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_1_if0').
Jul 15 15:10:35 alibaba NetworkManager: <debug> [1216127435.315758] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_0_0_0000_03_00_2_if0').
Jul 15 15:10:40 alibaba kernel: [ 744.775264] usb 6-1: new full speed USB device using ohci_hcd and address 3
Jul 15 15:10:40 alibaba kernel: [ 744.987167] usb 6-1: configuration #1 chosen from 1 choice
Jul 15 15:10:40 alibaba kernel: [ 744.994212] scsi3 : SCSI emulation for USB Mass Storage devices
Jul 15 15:10:40 alibaba kernel: [ 744.996769] usb-storage: device found at 3
Jul 15 15:10:40 alibaba kernel: [ 744.996777] usb-storage: waiting for device to settle before scanning
Jul 15 15:10:40 alibaba kernel: [ 745.100386] usbcore: deregistering interface driver usbserial_generic
Jul 15 15:10:40 alibaba kernel: [ 745.100469] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial deregistering driver generic
Jul 15 15:10:40 alibaba kernel: [ 745.100509] usbcore: deregistering interface driver usbserial
Jul 15 15:10:40 alibaba kernel: [ 745.117248] usbcore: deregistering interface driver usb-storage
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.489432] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun0_scsi_generic').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.520457] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/storage_serial_Generic_STORAGE_DEVICE_04331_0_0').
Jul 15 15:10:40 alibaba kernel: [ 745.175333] usbcore: registered new interface driver usbserial
Jul 15 15:10:40 alibaba kernel: [ 745.177055] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
Jul 15 15:10:40 alibaba kernel: [ 745.179694] usbcore: registered new interface driver usbserial_generic
Jul 15 15:10:40 alibaba kernel: [ 745.179710] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial Driver core
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.548220] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.557241] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun0').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.561221] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun1').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.570323] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun2').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.571308] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun3').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.571776] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.583579] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun1_scsi_generic').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.621230] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/storage_serial_Generic_STORAGE_DEVICE_04331_0_1').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.652360] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun2_scsi_generic').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.688308] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/volume_uuid_060E_A36A').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.705094] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/storage_serial_Generic_STORAGE_DEVICE_04331_0_2').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.731465] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_5e3_710_04331_if0_scsi_host_scsi_device_lun3_scsi_generic').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.945692] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0').
Jul 15 15:10:40 alibaba NetworkManager: <debug> [1216127440.969015] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/storage_serial_Generic_STORAGE_DEVICE_04331_0_3').
Jul 15 15:11:03 alibaba kernel: [ 768.190111] usb 6-1: USB disconnect, address 3
Jul 15 15:11:03 alibaba NetworkManager: <debug> [1216127463.595058] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial_if0').
Jul 15 15:11:03 alibaba NetworkManager: <debug> [1216127463.603672] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2000_noserial').
Jul 15 15:11:05 alibaba kernel: [ 769.774622] usb 6-1: new full speed USB device using ohci_hcd and address 4
Jul 15 15:11:05 alibaba kernel: [ 769.981407] usb 6-1: config 1 has an invalid interface number: 4 but max is 3
Jul 15 15:11:05 alibaba kernel: [ 769.981418] usb 6-1: config 1 has no interface number 0
Jul 15 15:11:05 alibaba kernel: [ 769.990595] usb 6-1: configuration #1 chosen from 1 choice
Jul 15 15:11:05 alibaba kernel: [ 769.998310] usbserial_generic 6-1:1.1: generic converter detected
Jul 15 15:11:05 alibaba kernel: [ 769.998666] usb 6-1: generic converter now attached to ttyUSB0
Jul 15 15:11:05 alibaba kernel: [ 770.000652] usbserial_generic 6-1:1.2: generic converter detected
Jul 15 15:11:05 alibaba kernel: [ 770.001004] usb 6-1: generic converter now attached to ttyUSB1
Jul 15 15:11:05 alibaba kernel: [ 770.006445] usbserial_generic 6-1:1.3: generic converter detected
Jul 15 15:11:05 alibaba kernel: [ 770.006804] usb 6-1: generic converter now attached to ttyUSB2
Jul 15 15:11:05 alibaba kernel: [ 770.008610] usbserial_generic 6-1:1.4: generic converter detected
Jul 15 15:11:05 alibaba kernel: [ 770.008967] usb 6-1: generic converter now attached to ttyUSB3
Jul 15 15:11:05 alibaba kernel: [ 770.038891] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support registered for airprime
Jul 15 15:11:05 alibaba kernel: [ 770.038959] usbcore: registered new interface driver airprime
Jul 15 15:11:05 alibaba NetworkManager: <debug> [1216127465.483873] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial').
Jul 15 15:11:05 alibaba NetworkManager: <debug> [1216127465.944497] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if2').
Jul 15 15:11:06 alibaba NetworkManager: <debug> [1216127466.380536] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if3').
Jul 15 15:11:06 alibaba NetworkManager: <debug> [1216127466.388975] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if1').
Jul 15 15:11:06 alibaba NetworkManager: <debug> [1216127466.413146] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if4').
Jul 15 15:11:06 alibaba NetworkManager: <debug> [1216127466.468427] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if1_serial_usb_0').
Jul 15 15:11:06 alibaba NetworkManager: <debug> [1216127466.483221] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if2_serial_usb_1').
Jul 15 15:11:06 alibaba NetworkManager: <debug> [1216127466.497374] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if3_serial_usb_2').
Jul 15 15:11:06 alibaba NetworkManager: <debug> [1216127466.510741] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_19d2_2_noserial_if4_serial_usb_3').
Jul 15 15:11:09 alibaba kernel: [ 774.159574] PPP generic driver version 2.4.2
Jul 15 15:11:09 alibaba kernel: [ 774.261393] NET: Registered protocol family 10
Jul 15 15:11:09 alibaba kernel: [ 774.263196] lo: Disabled Privacy Extensions
Jul 15 15:11:09 alibaba kernel: [ 774.265133] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jul 15 15:11:09 alibaba pppd[8367]: pppd 2.4.4 started by polux, uid 1000
Jul 15 15:11:09 alibaba pppd[8367]: Using interface ppp0
Jul 15 15:11:09 alibaba pppd[8367]: Connect: ppp0 <--> /dev/ttyUSB3
Jul 15 15:11:39 alibaba pppd[8367]: LCP: timeout sending Config-Requests
Jul 15 15:11:39 alibaba pppd[8367]: Connection terminated.
Jul 15 15:11:39 alibaba pppd[8367]: Modem hangup
Jul 15 15:11:39 alibaba pppd[8367]: Exit.Ci sono quasi...!!! Ci sono qualche idee ???
Provo postare questo anche sul topics di roby78 "[RISOLTO] Onda MT505UP - TIM Funziona..(forse) (!!!)"
Re: [Driver] Driver onda ET505UP pcmcia
di fatto, prima avvio ubuntu e poi inserisco la scheda.
mi sono perso il tuo wvdial.conf
Prima di dirmi cosa è giusto e cose è sbagliato, paga l'IRPEF.
Chi c’è in linea
Visualizzano questa sezione: Google [Bot] e 8 ospiti

