|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
Usb Ubuntu e driver scheda video
Ho installato Ubuntu sul mio notebook ACER Aspire 3613 da poco più di una settimana ma tra tutti i problemi sorti 2 non riesco a risolverli:
1) Ho un master USB che non mi viene riconosciuto. Qualcuno sa indicarmi come fare por poter usare questo masterizzatore? 2) La scheda video è Intel i915GM chipset (GMA900) di cui ho scaricato i driver ma non riesco a capire se sono riuscito a installarli o meno. In particolare, quando lancio GoogleEarth sembra di avere un 486... ![]() Ringrazio chiunque riesca a darmi una mano. Ciao! |
![]() |
![]() |
![]() |
#2 | ||
Senior Member
Iscritto dal: Oct 2006
Messaggi: 475
|
Quote:
altrimenti prova a fare lsusb e intanto vedi se almeno te lo rileva. Quote:
__________________
Italian Tremulous Alliance |
||
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
Allora ho messo in pratica le tue istruzioni, risultato:
1) Ho installato k3b, molto bello come programma e ritengo sarà il MIO programma di default per masterizzare ma purtoppo non mi riconosce il master esterno. Ho lanciato il comando che mi hai suggerito ed il risultato è questo: Bus 005 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 Bus 004 Device 009: ID 04a9:1064 Canon, Inc. S300 Printer Bus 004 Device 001: ID 0000:0000 Bus 003 Device 002: ID 045e:009d Microsoft Corp. Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Mi pare che non sia rilevato perchè Canon è la stampante e Microsoft è la tastiera. 2) Ho eseguito glxinfo | grep rendering e la risposta è stata "yes". Però mi scatta molto Google earth, è inguardabile (nonstante abbia una scheda video da 128 Mb seppur condivisi e 1 gb di ram e su windows era perfetto perciò ritengo che ci sia qualcosa che non ho settato... ![]() |
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Oct 2006
Messaggi: 475
|
forse ti mancano delle librerie grafiche... prova a installare le librerie MESA e le libSDL..
__________________
Italian Tremulous Alliance |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
ho controllato con Synaptic e sono spuntate entrambe...
|
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
Non so se può esser utile ma col comando " tail -f /var/log/messages" ottengo queste info una volta connesso il master esterno:
Oct 22 21:49:53 localhost kernel: [17191344.876000] usb 4-1: new full speed USB device using uhci_hcd and address 6 Oct 22 21:49:53 localhost kernel: [17191345.016000] scsi5 : SCSI emulation for USB Mass Storage devices Oct 22 21:49:58 localhost kernel: [17191350.132000] usb 4-1: reset full speed USB device using uhci_hcd and address 6 Oct 22 21:49:58 localhost kernel: [17191350.384000] usb 4-1: reset full speed USB device using uhci_hcd and address 6 Oct 22 21:49:58 localhost kernel: [17191350.632000] usb 4-1: reset full speed USB device using uhci_hcd and address 6 Quindi qualcosa riconosce ma non so come comportarmi per farlo funzionare... |
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Oct 2006
Messaggi: 475
|
dmesg invece cosa dice?
dovrebbe dare una roba tipo questa: scsi1 : SCSI emulation for USB Mass Storage devices Vendor: WDC WD60 Model: 0AB-60CBA0 Rev: 03.0 Type: Direct-Access ANSI SCSI revision: 02 SCSI device sda: 117231409 512-byte hdwr sectors (60022 MB) sda: assuming drive cache: write through sda: sda1 sda2 Attached scsi disk sda at scsi1, channel 0, id 0, lun 0 Attached scsi generic sg0 at scsi1, channel 0, id 0, lun 0, type 0 USB Mass Storage device found at 2 (questo e' l'output di dmesg dopo che ho attaccato il mio HD esterno)
__________________
Italian Tremulous Alliance |
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
dopo un po di smanettamento ho ottenuto, digitando lsusb
Bus 004 Device 002: ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge Quindi qualcosa rispetto a prima si è mosso ma non mi riconosce comunque il dispositivo. Potrei però montarlo manualmente? Ho tutti i dati che mi servono? Tra l'altro il comando sudo mount /media/usb3/ -o unhide mi da come risposta: mount: impossibile trovare /media/usb3 in /etc/fstab o /etc/mtab Allora ho controllato fstab ma non esiste, mtab invece è così: # Configuration file for the usbmount package, which mounts USB mass # storage devices when they are plugged in and unmounts them when they # are removed. # Mountpoints: These directories are eligible as mointpoints for USB # mass storage devices. A newly plugged in device is mounted on the # first directory in this list that exists and on which nothing is # mounted yet. MOUNTPOINTS="/media/usb0 /media/usb1 /media/usb2 /media/usb3 /media/usb4 /media/usb5 /media/usb6 /media/usb7" # Filesystem types: USB mass storage devices are only mounted if they # contain a filesystem type which is in this list. ############################################################################# # WARNING! The vfat filesystem does not yet fully implement sync-mounting. # # If you include "vfat" in the list of filesystem types, you *MUST* make # # sure all data is written to the medium before you remove it (e.g. run the # # "sync" command in a terminal window). Otherwise, you *WILL* lose data! # ############################################################################# FILESYSTEMS="ext2 ext3" # Mount options: Options passed to the mount command with the -o flag. # WARNING! Removing "sync" from the options is a very bad idea and # might result in severe data loss. MOUNTOPTIONS="sync,noexec,nodev,noatime" # Filesystem type specific mount options: This variable contains a space sepa- # rated list of strings, each of which has the form "-fstype=TYPE,OPTIONS". # If a filesystem with a type listed here is mounted, the corresponding # options are appended to those specificed in the MOUNTOPTIONS variable. # For example, "-fstype=vfat,gid=floppy,dmask=0007,fmask=0117" would add the # options "gid=floppy,dmask=0007,fmask=0117" when a vfat filesystem is mounted. FS_MOUNTOPTIONS="" # If set to "yes", more information will be logged via the syslog # facility. VERBOSE="no" Ultima modifica di polostation : 22-10-2006 alle 22:42. |
![]() |
![]() |
![]() |
#9 | ||
Senior Member
Iscritto dal: Oct 2006
Messaggi: 475
|
Quote:
Quote:
Codice:
/dev/sda1 /media/masterizzatore auto default,auto,uid=1000 0 0
__________________
Italian Tremulous Alliance |
||
![]() |
![]() |
![]() |
#10 | |
Member
Iscritto dal: Apr 2006
Messaggi: 74
|
Quote:
quindi ti da quell'errore perche' dato che tu nn gli hai messo la cartella dove montare il file system te lo va a cercare in /etc/fstab, quindi o aggiungi la voce in fstab o lo monti con il comando completo. Ciao |
|
![]() |
![]() |
![]() |
#11 |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
Correggimi se sbaglio: il comando corretto a quanto ho capito dovrebbe essere
mount usb3 /media/usb3/ -o unhide ma la risposta è: mount: si deve specificare il tipo di filesystem cos'è che sbaglio? ![]() Il mio fstab con tastiera usb e masterizzatore usb connessi è: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda1 / ext3 defaults,errors=remount-ro 0 1 /dev/hda5 none swap sw 0 0 /dev/hdb /media/cdrom0 udf,iso9660 user,noauto 0 0 Ultima modifica di polostation : 23-10-2006 alle 17:44. |
![]() |
![]() |
![]() |
#12 |
Senior Member
Iscritto dal: Oct 2006
Messaggi: 475
|
prova:
mount /dev/sda1 /media/masterizzatore -la cartella /media/masterizzatore devi crearla tu (puoi usare un altro nome se vuoi..) -ovviamente, se monti il masterizzatore, dentro ci deve essere un cd leggibile... se non va sda1, prova sda2 o sda3... su k3b invece, prova a cliccare su Impostazioni -> Configura k3b -> Dispositivi, e vedi se copare nella lista. Se non compare, sotto a destra c'è un botone con scritto Aggiungi dispositivo: clicca la e scrivi /dev/sda1 (o se non va sda2 o sda3...)
__________________
Italian Tremulous Alliance |
![]() |
![]() |
![]() |
#13 |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
ho provato
root@polostation:~# mount /dev/sda1 /media/f1 mount: si deve specificare il tipo di filesystem Su k3b ho tentato ma nulla... col comando "cat /proc/bus/usb/devices" ho ottenuto: T: Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 8 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.15-27-386 ehci_hcd S: Product=EHCI Host Controller S: SerialNumber=0000:00:1d.7 C:* #Ifs= 1 Cfg#= 1 Atr=c0 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=256ms T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 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.15-27-386 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.3 C:* #Ifs= 1 Cfg#= 1 Atr=c0 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=255ms T: Bus=04 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 6 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=04ce ProdID=0002 Rev= 2.61 S: Manufacturer=MacPower USBIDE S: Product=MacPower USBIDE C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc=236/900 us (26%), #Int= 2, #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.15-27-386 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.2 C:* #Ifs= 1 Cfg#= 1 Atr=c0 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=255ms T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=1.5 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=045e ProdID=009d Rev= 0.41 S: Manufacturer=Microsoft S: Product=Microsoft Wireless Optical Desktop� 2.10 C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbhid E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms I: If#= 1 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=usbhid E: Ad=82(I) Atr=03(Int.) MxPS= 8 Ivl=10ms T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 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.15-27-386 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.1 C:* #Ifs= 1 Cfg#= 1 Atr=c0 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=255ms T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 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.15-27-386 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.0 C:* #Ifs= 1 Cfg#= 1 Atr=c0 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=255ms Può esser utile? |
![]() |
![]() |
![]() |
#14 | |
Senior Member
Iscritto dal: Oct 2006
Messaggi: 475
|
Quote:
__________________
Italian Tremulous Alliance |
|
![]() |
![]() |
![]() |
#15 |
Senior Member
Iscritto dal: Oct 2006
Messaggi: 475
|
hai piu provato ad aggiungere una riga come questa a fstab
/dev/sda1 /media/masterizzatore auto default,auto,uid=1000 0 0 e poi dare il comando mount /media/masterizzatore e se non va, provare con sda2, sda3.. guardando i mesaggio sopra, potrebbe essere sda5 forse
__________________
Italian Tremulous Alliance |
![]() |
![]() |
![]() |
#16 | |
Senior Member
Iscritto dal: Oct 2006
Messaggi: 475
|
Quote:
/dev/sda1 /media/masterizzatore auto defaults,auto 0 0
__________________
Italian Tremulous Alliance |
|
![]() |
![]() |
![]() |
#17 | |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
Quote:
S: Manufacturer=MacPower USBIDE S: Product=MacPower USBIDE ![]() Poi ho creato una cartella su /media/f1 e ho lanciato /dev/sda1 /media/masterizzatore auto defaults,auto 0 0 Il risultato con sda1 e 2 e 3 e 4....è sempre lo stesso: root@polostation:~# mount /dev/sda1 /media/f1 mount: si deve specificare il tipo di filesystem |
|
![]() |
![]() |
![]() |
#18 |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
però io in /dev/ non ho sda... ma bus/usb/001 - 002 - 003 - 004 - 005.
Se può esser utile ho provato anche con ~# lspci -v | grep USB 0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI]) 0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI]) 0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI]) 0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI]) 0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI]) Sul notebook ho 4 porte USB e una è già occupata da tastiera/mouse che va alla grande! Ora ho ottenuto questo con master inserito root@polostation:~# lsusb -t Bus# 5 `-Dev# 1 Vendor 0x0000 Product 0x0000 Bus# 4 `-Dev# 1 Vendor 0x0000 Product 0x0000 `-Dev# 7 Vendor 0x04ce Product 0x0002 Bus# 3 `-Dev# 1 Vendor 0x0000 Product 0x0000 `-Dev# 3 Vendor 0x045e Product 0x009d Bus# 2 `-Dev# 1 Vendor 0x0000 Product 0x0000 Bus# 1 `-Dev# 1 Vendor 0x0000 Product 0x0000 ...e questo col master staccato: Bus# 5 `-Dev# 1 Vendor 0x0000 Product 0x0000 Bus# 4 `-Dev# 1 Vendor 0x0000 Product 0x0000 Bus# 3 `-Dev# 1 Vendor 0x0000 Product 0x0000 `-Dev# 3 Vendor 0x045e Product 0x009d Bus# 2 `-Dev# 1 Vendor 0x0000 Product 0x0000 Bus# 1 `-Dev# 1 Vendor 0x0000 Product 0x0000 Di conseguenza è sul bus 4 che è attaccato il master ma come faccio a farglielo riconoscere? ![]() ![]() ![]() Ultima modifica di polostation : 23-10-2006 alle 20:30. |
![]() |
![]() |
![]() |
#19 | |
Senior Member
Iscritto dal: Oct 2006
Messaggi: 475
|
Quote:
__________________
Italian Tremulous Alliance |
|
![]() |
![]() |
![]() |
#20 |
Senior Member
Iscritto dal: Oct 2001
Città: TREVISO
Messaggi: 1264
|
E'uno yamaha F1 interno inserito su un adattatore esterno
![]() Con un lampo di genio ho digitato: root@polostation:~# /dev/bus/usb/004/008 /media/f1 bash: /dev/bus/usb/004/008: Permesso negato Secondo me ci sono quasi... ![]() Ultima modifica di polostation : 23-10-2006 alle 20:39. |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 17:43.