Rilevamento Usb

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
Scream182
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 494
Iscrizione: venerdì 26 dicembre 2008, 11:23

Rilevamento Usb

Messaggio da Scream182 »

Spero sia il topic giusto
comunque
Ho installato ubuntu 9.04 e tutto funziona perfettamente(salvo effetti grafici che ho fatto andare seguendo le tante guide,ho capito che è un problema comune)
Ho poi installato i pacchetto Ubuntu studio e riavviato,tutto funziona alla grande
Problema:
Quando attacco una penna USB non appare sul desktop(cosa che mi sembra strana)
Devo andare a cercarla io nelle risorse del pc,
li la trovo,ma quando do "smonta volume" mi dice che è impossibile smontare.....
Che succede?
Un saluto
Avatar utente
Scream182
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 494
Iscrizione: venerdì 26 dicembre 2008, 11:23

Re: Rilevamento Usb

Messaggio da Scream182 »

niente neh?
Avatar utente
paper0k
Rampante Reduce
Rampante Reduce
Messaggi: 7220
Iscrizione: lunedì 2 ottobre 2006, 13:39
Contatti:

Re: Rilevamento Usb

Messaggio da paper0k »

@Scream182: Questa non è certamente la sezione più adatta per questi problemi, visto che tratta problemi rilevati durante l'installazione o aggiornamento del sistema, ti invito quindi ad essere più attento quando apri una nuova discussione.
Inoltre ricordiamoci che non è consentito fare "up" delle discussioni figuriamoci solo dopo 30 minuti...

Sposto in HW
Chiunque può essere ragionevole, ma esser sani di mente è raro (Oscar Wilde)
Wiki|Blog|Twitter|Identi.ca|last.fm
Avatar utente
FunkyAss
Prode Principiante
Messaggi: 145
Iscrizione: domenica 4 gennaio 2009, 9:01

Re: Rilevamento Usb

Messaggio da FunkyAss »

attaccala e fai da terminale

Codice: Seleziona tutto

mount
produrrà un output con tutte le periferiche/partizioni montate
se è una penna usb credo che il suo nome sia sdb o sdb1
supponendo che sia sdb, per smontarla basta dare da terminale

Codice: Seleziona tutto

sudo umount /dev/sdb
per il momento questo dovrebbe bastare per usarla correttamente, poi qualcuno un po meno novizio di me forse ti risolverà il fatto dell'icona sulla scrivania
ultima cosa: se la vuoi montare quando è smontata ed è ancora connessa puoi fare così

Codice: Seleziona tutto

mkdir ~/Scrivania/usb
sudo mount -o rw /dev/sdb ~/Scrivania/usb
il primo comando crea una cartella, che useremo come punto di mount
il secondo monta l'usb nella cartella in modalità read-write

ovviamente poi per accedere ai file che ci sono dentro devi fare riferimento alla cartella sul desktop
Ultima modifica di FunkyAss il lunedì 1 giugno 2009, 14:43, modificato 1 volta in totale.
delca85
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 359
Iscrizione: domenica 16 dicembre 2007, 17:00

Re: Rilevamento Usb

Messaggio da delca85 »

Magari è una stupidaggine, ma prova a vedere cosa succede seguendo questa guida: http://www.danielesalamina.it/montare-automaticamente-partizioni-fatfat32-ed-ntfs-in-ubuntu-linux
Lascia stare, ti crea un sacco di problemi coi permessi delle varie partizioni.
Ultima modifica di delca85 il lunedì 1 giugno 2009, 14:40, modificato 1 volta in totale.
delca85
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 359
Iscrizione: domenica 16 dicembre 2007, 17:00

Re: Rilevamento Usb

Messaggio da delca85 »

Posta l'output al comando dmesg.
Avatar utente
Glaëdr
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 327
Iscrizione: sabato 8 novembre 2008, 18:33
Località: Lecce
Contatti:

Re: Rilevamento Usb

Messaggio da Glaëdr »

*EdIvAd69* ha scritto: attaccala e fai da terminale

Codice: Seleziona tutto

mount
produrrà un output con tutte le periferiche/partizioni montate
se è una penna usb credo che il suo nome sia sdb o sdb1
supponendo che sia sdb, per smontarla basta dare da terminale

Codice: Seleziona tutto

sudo umount /dev/sdb
per il momento questo dovrebbe bastare per usarla correttamente, poi qualcuno un po meno novizio di me forse ti risolverà il fatto dell'icona sulla scrivania
ultima cosa: se la vuoi montare quando è smontata ed è ancora connessa puoi fare così

Codice: Seleziona tutto

mkdir ~/Scrivania/usb
sudo mount -o rw /dev/sdb ~/Scrivania/usb
il primo comando crea una cartella, che useremo come punto di mount
il secondo monta l'usb nella cartella in modalità read-write
ovviamente poi per accedere ai file che ci sono dentro devi fare riferimento alla cartella sul desktop
mi ha battuto sul tempo XD
"mai fidarti di un computer che non puoi gettare dalla finestra."
Steve Wozniack
Avatar utente
Scream182
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 494
Iscrizione: venerdì 26 dicembre 2008, 11:23

Re: Rilevamento Usb

Messaggio da Scream182 »

Allora,scusate la risposta tardiva ma ieri sono stato via tutto il giorno purtroppo(il perchè immagino non vi interessi XD)
Comunque adesso risponderò a tutti
paper0k ha scritto: @Scream182: Questa non è certamente la sezione più adatta per questi problemi, visto che tratta problemi rilevati durante l'installazione o aggiornamento del sistema, ti invito quindi ad essere più attento quando apri una nuova discussione.
Inoltre ricordiamoci che non è consentito fare "up" delle discussioni figuriamoci solo dopo 30 minuti...

Sposto in HW
Volevo dire che io avevo postato in "installazione...." perchè era un problema sorto dopo l'aggiornamento,e vedendo centinaia di post tipo "mi è sparito l'audio" ecc... ho pensato "a me è sparita l'usb"
Non dico questo per controbattere,volevo solo difendere la mia scelta
E l'up l'ho fatto appena prima di uscire....più tardi non avrei potuto farlo
In ogni caso mi scuso,terrò a mente quello che mi hai detto
delca85 ha scritto: Posta l'output al comando dmesg.

Codice: Seleziona tutto


[    0.572311] PnPBIOS: Disabled by ACPI PNP
[    0.572321] system 00:01: ioport range 0x600-0x60f has been reserved
[    0.572324] system 00:01: ioport range 0x610-0x610 has been reserved
[    0.572326] system 00:01: ioport range 0x800-0x80f has been reserved
[    0.572328] system 00:01: ioport range 0x810-0x817 has been reserved
[    0.572330] system 00:01: ioport range 0x400-0x47f has been reserved
[    0.572332] system 00:01: ioport range 0x500-0x53f has been reserved
[    0.572335] system 00:01: ioport range 0xff2c-0xff2f has been reserved
[    0.572338] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[    0.572340] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    0.572343] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
[    0.572345] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
[    0.572348] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved
[    0.572350] system 00:01: iomem range 0xfec00000-0xfec00fff has been reserved
[    0.572353] system 00:01: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.572355] system 00:01: iomem range 0x32000000-0x320000ff could not be reserved
[    0.607053] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    0.607057] pci 0000:00:1c.0:   IO window: 0x4000-0x4fff
[    0.607064] pci 0000:00:1c.0:   MEM window: 0x57300000-0x582fffff
[    0.607069] pci 0000:00:1c.0:   PREFETCH window: 0x00000050000000-0x00000050ffffff
[    0.607077] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:04
[    0.607080] pci 0000:00:1c.1:   IO window: 0x3000-0x3fff
[    0.607087] pci 0000:00:1c.1:   MEM window: 0x56300000-0x572fffff
[    0.607092] pci 0000:00:1c.1:   PREFETCH window: 0x00000051000000-0x00000051ffffff
[    0.607100] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:05
[    0.607103] pci 0000:00:1c.2:   IO window: 0x2000-0x2fff
[    0.607109] pci 0000:00:1c.2:   MEM window: 0x55200000-0x562fffff
[    0.607115] pci 0000:00:1c.2:   PREFETCH window: 0x00000052000000-0x00000052ffffff
[    0.607123] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:06
[    0.607126] pci 0000:00:1c.3:   IO window: 0x1000-0x1fff
[    0.607133] pci 0000:00:1c.3:   MEM window: 0x54100000-0x551fffff
[    0.607138] pci 0000:00:1c.3:   PREFETCH window: 0x00000053000000-0x00000053ffffff
[    0.607146] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:07
[    0.607147] pci 0000:00:1e.0:   IO window: disabled
[    0.607154] pci 0000:00:1e.0:   MEM window: disabled
[    0.607158] pci 0000:00:1e.0:   PREFETCH window: disabled
[    0.607176] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.607183] pci 0000:00:1c.0: setting latency timer to 64
[    0.607192] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.607197] pci 0000:00:1c.1: setting latency timer to 64
[    0.607207] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.607212] pci 0000:00:1c.2: setting latency timer to 64
[    0.607221] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.607226] pci 0000:00:1c.3: setting latency timer to 64
[    0.607235] pci 0000:00:1e.0: setting latency timer to 64
[    0.607239] bus: 00 index 0 io port: [0x00-0xffff]
[    0.607241] bus: 00 index 1 mmio: [0x000000-0xffffffff]
[    0.607243] bus: 02 index 0 io port: [0x4000-0x4fff]
[    0.607245] bus: 02 index 1 mmio: [0x57300000-0x582fffff]
[    0.607247] bus: 02 index 2 mmio: [0x50000000-0x50ffffff]
[    0.607249] bus: 02 index 3 mmio: [0x0-0x0]
[    0.607251] bus: 04 index 0 io port: [0x3000-0x3fff]
[    0.607253] bus: 04 index 1 mmio: [0x56300000-0x572fffff]
[    0.607254] bus: 04 index 2 mmio: [0x51000000-0x51ffffff]
[    0.607256] bus: 04 index 3 mmio: [0x0-0x0]
[    0.607258] bus: 05 index 0 io port: [0x2000-0x2fff]
[    0.607260] bus: 05 index 1 mmio: [0x55200000-0x562fffff]
[    0.607262] bus: 05 index 2 mmio: [0x52000000-0x52ffffff]
[    0.607263] bus: 05 index 3 mmio: [0x0-0x0]
[    0.607265] bus: 06 index 0 io port: [0x1000-0x1fff]
[    0.607267] bus: 06 index 1 mmio: [0x54100000-0x551fffff]
[    0.607268] bus: 06 index 2 mmio: [0x53000000-0x53ffffff]
[    0.607270] bus: 06 index 3 mmio: [0x0-0x0]
[    0.607272] bus: 07 index 0 mmio: [0x0-0x0]
[    0.607273] bus: 07 index 1 mmio: [0x0-0x0]
[    0.607275] bus: 07 index 2 mmio: [0x0-0x0]
[    0.607276] bus: 07 index 3 io port: [0x00-0xffff]
[    0.607278] bus: 07 index 4 mmio: [0x000000-0xffffffff]
[    0.607287] NET: Registered protocol family 2
[    0.607392] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.607628] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.608200] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.608567] TCP: Hash tables configured (established 131072 bind 65536)
[    0.608569] TCP reno registered
[    0.608716] NET: Registered protocol family 1
[    0.608838] checking if image is initramfs... it is
[    1.208423] Freeing initrd memory: 7366k freed
[    1.208537] cpufreq: No nForce2 chipset.
[    1.208678] audit: initializing netlink socket (disabled)
[    1.208697] type=2000 audit(1243938794.208:1): initialized
[    1.215569] highmem bounce pool size: 64 pages
[    1.215574] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    1.216681] VFS: Disk quotas dquot_6.5.1
[    1.216730] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.217258] fuse init (API version 7.10)
[    1.217334] msgmni has been set to 1724
[    1.217483] alg: No test for stdrng (krng)
[    1.217494] io scheduler noop registered
[    1.217496] io scheduler anticipatory registered
[    1.217498] io scheduler deadline registered
[    1.217512] io scheduler cfq registered (default)
[    1.217524] pci 0000:00:02.0: Boot video device
[    1.217886] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[    1.218015] ACPI Warning (nspredef-0252): \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, expected 4 [20080926]
[    1.240317] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[    1.268377] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    1.268431] pcieport-driver 0000:00:1c.0: found MSI capability
[    1.268470] pcieport-driver 0000:00:1c.0: irq 2303 for MSI/MSI-X
[    1.268487] pci_express 0000:00:1c.0:pcie00: allocate port service
[    1.268501] pci_express 0000:00:1c.0:pcie02: allocate port service
[    1.268512] pci_express 0000:00:1c.0:pcie03: allocate port service
[    1.268587] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[    1.268639] pcieport-driver 0000:00:1c.1: found MSI capability
[    1.268674] pcieport-driver 0000:00:1c.1: irq 2302 for MSI/MSI-X
[    1.268690] pci_express 0000:00:1c.1:pcie00: allocate port service
[    1.268701] pci_express 0000:00:1c.1:pcie02: allocate port service
[    1.268711] pci_express 0000:00:1c.1:pcie03: allocate port service
[    1.268789] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[    1.268841] pcieport-driver 0000:00:1c.2: found MSI capability
[    1.268876] pcieport-driver 0000:00:1c.2: irq 2301 for MSI/MSI-X
[    1.268893] pci_express 0000:00:1c.2:pcie00: allocate port service
[    1.268905] pci_express 0000:00:1c.2:pcie02: allocate port service
[    1.268915] pci_express 0000:00:1c.2:pcie03: allocate port service
[    1.268991] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[    1.269043] pcieport-driver 0000:00:1c.3: found MSI capability
[    1.269077] pcieport-driver 0000:00:1c.3: irq 2300 for MSI/MSI-X
[    1.269094] pci_express 0000:00:1c.3:pcie00: allocate port service
[    1.269105] pci_express 0000:00:1c.3:pcie02: allocate port service
[    1.269115] pci_express 0000:00:1c.3:pcie03: allocate port service
[    1.269194] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.269206] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[    1.269343] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[    1.269471] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[    1.269598] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[    1.269724] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.277526] ACPI: AC Adapter [AC] (on-line)
[    1.300049] ACPI: Battery Slot [BAT0] (battery absent)
[    1.300115] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.300117] ACPI: Power Button (FF) [PWRF]
[    1.300157] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/PNP0C0C:00/input/input1
[    1.300159] ACPI: Power Button (CM) [PWRB]
[    1.300196] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/PNP0C0D:00/input/input2
[    1.300250] ACPI: Lid Switch [LID0]
[    1.300287] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/PNP0C0E:00/input/input3
[    1.300289] ACPI: Sleep Button (CM) [SLPB]
[    1.301211] Monitor-Mwait will be used to enter C-1 state
[    1.301214] Monitor-Mwait will be used to enter C-2 state
[    1.301217] Monitor-Mwait will be used to enter C-3 state
[    1.301230] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[    1.301251] processor ACPI_CPU:00: registered as cooling_device0
[    1.301255] ACPI: Processor [CPU0] (supports 8 throttling states)
[    1.337022] thermal LNXTHERM:01: registered as thermal_zone0
[    1.355080] ACPI: Thermal Zone [TZ01] (0 C)
[    1.355119] isapnp: Scanning for PnP cards...
[    1.709274] isapnp: No Plug & Play device found
[    1.710290] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    1.711160] brd: module loaded
[    1.711421] loop: module loaded
[    1.711482] Fixed MDIO Bus: probed
[    1.711487] PPP generic driver version 2.4.2
[    1.711538] input: Macintosh mouse button emulation as /devices/virtual/input/input4
[    1.711565] Driver 'sd' needs updating - please use bus_type methods
[    1.711574] Driver 'sr' needs updating - please use bus_type methods
[    1.711607] ahci 0000:00:1f.2: version 3.0
[    1.711621] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.711664] ahci 0000:00:1f.2: irq 2299 for MSI/MSI-X
[    1.711747] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[    1.711750] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems 
[    1.711756] ahci 0000:00:1f.2: setting latency timer to 64
[    1.712069] scsi0 : ahci
[    1.712173] scsi1 : ahci
[    1.712220] scsi2 : ahci
[    1.712323] ata1: SATA max UDMA/133 abar m2048@0x58304000 port 0x58304100 irq 2299
[    1.712326] ata2: SATA max UDMA/133 abar m2048@0x58304000 port 0x58304180 irq 2299
[    1.712329] ata3: SATA max UDMA/133 abar m2048@0x58304000 port 0x58304200 irq 2299
[    2.032022] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.033077] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[    2.033924] ata1.00: ATA-8: Hitachi HTS542580K9SA00, BBBOC31P, max UDMA/133
[    2.033927] ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.035123] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[    2.035298] ata1.00: configured for UDMA/133
[    2.368019] ata2: SATA link down (SStatus 0 SControl 300)
[    2.704018] ata3: SATA link down (SStatus 0 SControl 300)
[    2.720109] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54258 BBBO PQ: 0 ANSI: 5
[    2.720196] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[    2.720211] sd 0:0:0:0: [sda] Write Protect is off
[    2.720213] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.720234] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.720292] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[    2.720305] sd 0:0:0:0: [sda] Write Protect is off
[    2.720307] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.720327] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.720330]  sda: sda1 sda2 < sda5 >
[    2.764571] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.764614] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.764661] ata_piix 0000:00:1f.1: version 2.12
[    2.764674] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.764713] ata_piix 0000:00:1f.1: setting latency timer to 64
[    2.764790] scsi3 : ata_piix
[    2.764842] scsi4 : ata_piix
[    2.765438] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x50e0 irq 14
[    2.765441] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x50e8 irq 15
[    2.928456] ata4.00: ATAPI: PIONEER DVD-RW DVRKD08RS, 1.02, max UDMA/33
[    2.944400] ata4.00: configured for UDMA/33
[    3.121681] scsi 3:0:0:0: CD-ROM            PIONEER  DVD-RW DVRKD08RS 1.02 PQ: 0 ANSI: 5
[    3.139983] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.139986] Uniform CD-ROM driver Revision: 3.20
[    3.140071] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    3.140107] sr 3:0:0:0: Attached scsi generic sg1 type 5
[    3.140582] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.140600] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    3.140618] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    3.140622] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    3.140680] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    3.144594] ehci_hcd 0000:00:1a.7: debug port 1
[    3.144601] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    3.144617] ehci_hcd 0000:00:1a.7: irq 18, io mem 0x58304c00
[    3.160008] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    3.160063] usb usb1: configuration #1 chosen from 1 choice
[    3.160086] hub 1-0:1.0: USB hub found
[    3.160094] hub 1-0:1.0: 4 ports detected
[    3.160190] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    3.160202] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    3.160205] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    3.160239] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    3.164156] ehci_hcd 0000:00:1d.7: debug port 1
[    3.164163] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    3.164175] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x58304800
[    3.180008] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.180071] usb usb2: configuration #1 chosen from 1 choice
[    3.180094] hub 2-0:1.0: USB hub found
[    3.180100] hub 2-0:1.0: 6 ports detected
[    3.180179] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.180192] uhci_hcd: USB Universal Host Controller Interface driver
[    3.180219] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.180227] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    3.180230] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    3.180267] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    3.180303] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000050c0
[    3.180367] usb usb3: configuration #1 chosen from 1 choice
[    3.180388] hub 3-0:1.0: USB hub found
[    3.180394] hub 3-0:1.0: 2 ports detected
[    3.180471] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    3.180478] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    3.180481] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    3.180515] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    3.180550] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000050a0
[    3.180616] usb usb4: configuration #1 chosen from 1 choice
[    3.180639] hub 4-0:1.0: USB hub found
[    3.180645] hub 4-0:1.0: 2 ports detected
[    3.180716] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    3.180722] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    3.180725] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    3.180776] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    3.180804] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00005080
[    3.180869] usb usb5: configuration #1 chosen from 1 choice
[    3.180890] hub 5-0:1.0: USB hub found
[    3.180895] hub 5-0:1.0: 2 ports detected
[    3.180966] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    3.180972] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    3.180975] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    3.181011] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    3.181045] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00005060
[    3.181107] usb usb6: configuration #1 chosen from 1 choice
[    3.181128] hub 6-0:1.0: USB hub found
[    3.181134] hub 6-0:1.0: 2 ports detected
[    3.181206] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    3.181212] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    3.181216] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    3.181249] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    3.181277] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00005040
[    3.181342] usb usb7: configuration #1 chosen from 1 choice
[    3.181365] hub 7-0:1.0: USB hub found
[    3.181370] hub 7-0:1.0: 2 ports detected
[    3.181476] usbcore: registered new interface driver libusual
[    3.181504] usbcore: registered new interface driver usbserial
[    3.181513] USB Serial support registered for generic
[    3.181528] usbcore: registered new interface driver usbserial_generic
[    3.181530] usbserial: USB Serial Driver core
[    3.181570] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    3.221044] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.221049] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.221146] mice: PS/2 mouse device common for all mice
[    3.221308] rtc_cmos 00:03: RTC can wake from S4
[    3.221336] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    3.221369] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    3.221427] device-mapper: uevent: version 1.0.3
[    3.223448] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    3.223486] device-mapper: multipath: version 1.0.5 loaded
[    3.223488] device-mapper: multipath round-robin: version 1.0.0 loaded
[    3.223557] EISA: Probing bus 0 at eisa.0
[    3.223565] Cannot allocate resource for EISA slot 1
[    3.223567] Cannot allocate resource for EISA slot 2
[    3.223569] Cannot allocate resource for EISA slot 3
[    3.223571] Cannot allocate resource for EISA slot 4
[    3.223573] Cannot allocate resource for EISA slot 5
[    3.223587] EISA: Detected 0 cards.
[    3.223644] cpuidle: using governor ladder
[    3.223694] cpuidle: using governor menu
[    3.224091] TCP cubic registered
[    3.224178] NET: Registered protocol family 10
[    3.224484] lo: Disabled Privacy Extensions
[    3.224716] NET: Registered protocol family 17
[    3.224731] Bluetooth: L2CAP ver 2.11
[    3.224733] Bluetooth: L2CAP socket layer initialized
[    3.224736] Bluetooth: SCO (Voice Link) ver 0.6
[    3.224737] Bluetooth: SCO socket layer initialized
[    3.224761] Bluetooth: RFCOMM socket layer initialized
[    3.224769] Bluetooth: RFCOMM TTY layer initialized
[    3.224771] Bluetooth: RFCOMM ver 1.10
[    3.224808] Using IPI No-Shortcut mode
[    3.224879] registered taskstats version 1
[    3.224981]   Magic number: 13:237:577
[    3.225067] rtc_cmos 00:03: setting system clock to 2009-06-02 10:33:17 UTC (1243938797)
[    3.225070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.225071] EDD information not available.
[    3.225369] Freeing unused kernel memory: 532k freed
[    3.225449] Write protecting the kernel text: 4128k
[    3.225477] Write protecting the kernel read-only data: 1532k
[    3.269347] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    3.492028] usb 2-4: new high speed USB device using ehci_hcd and address 2
[    3.641061] usb 2-4: configuration #1 chosen from 1 choice
[    3.771725] tg3.c:v3.94 (August 14, 2008)
[    3.771786] tg3 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    3.771800] tg3 0000:05:00.0: setting latency timer to 64
[    4.060211] Marking TSC unstable due to TSC halts in idle
[    4.118014] eth0: Tigon3 [partno(BCM95906) rev c002 PHY(5906)] (PCI Express) 10/100Base-TX Ethernet 00:1b:38:dd:d5:9a
[    4.118018] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[0] TSOcap[1]
[    4.118020] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    4.163250] PM: Starting manual resume from disk
[    4.163254] PM: Resume from partition 8:5
[    4.163255] PM: Checking hibernation image.
[    4.163428] PM: Resume from disk failed.
[    4.218579] kjournald starting.  Commit interval 5 seconds
[    4.218589] EXT3-fs: mounted filesystem with ordered data mode.
[    4.500032] Clocksource tsc unstable (delta = -260453358 ns)
[   10.162255] udev: starting version 141
[   10.308574] Linux agpgart interface v0.103
[   10.330495] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[   10.330776] agpgart-intel 0000:00:00.0: detected 7676K stolen memory
[   10.333718] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x40000000
[   10.408078] cfg80211: Calling CRDA to update world regulatory domain
[   10.429650] iTCO_vendor_support: vendor-support=0
[   10.449810] acpi device:3d: registered as cooling_device1
[   10.450229] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:3a/input/input6
[   10.484199] ACPI: Video Device [OVGA] (multi-head: yes  rom: no  post: no)
[   10.586470] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[   10.586635] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0460)
[   10.586725] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Non promette bene vero?  >:(

E per la soluzione di *EdIvAd69*,ti ringrazio,come soluzione provvisoria puo andare
Anche se preferirei risolvere del tutto,quindi se avete idee sono molto ben accette

Scusate il post infinito
Un saluto e grazie a tutti
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti