Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 16
  1. #1

    come far vedere la scheda di memoria dello qtek s100 alla Debian 4

    Ciao Linuxari,

    vorrei sapere come si fa per far si che la Debian 4.0 veda la scheda di memoria presente all'interno del mio palmare qtek s100 come se fosse un normale disco,in modo che io possa partizionarlo / formattarlo / copiarci dei files. Finora ho fatto questo :

    lsusb -v

    Bus 001 Device 006: ID 0bb4:0a07 High Tech Computer Corp. Magician PocketPC SmartPhone / O2 XDA
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.01
    bDeviceClass 255 Vendor Specific Class
    bDeviceSubClass 255 Vendor Specific Subclass
    bDeviceProtocol 255 Vendor Specific Protocol
    bMaxPacketSize0 16
    idVendor 0x0bb4 High Tech Computer Corp.
    idProduct 0x0a07 Magician PocketPC SmartPhone / O2 XDA
    bcdDevice 0.00
    iManufacturer 1 Intel.
    iProduct 2 PocketPC SmartPhone
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 32
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xc0
    Self Powered
    MaxPower 500mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 2
    bInterfaceClass 255 Vendor Specific Class
    bInterfaceSubClass 255 Vendor Specific Subclass
    bInterfaceProtocol 255 Vendor Specific Protocol
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0040 1x 64 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x02 EP 2 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0040 1x 64 bytes
    bInterval 0
    Device Status: 0x0001
    Self Powered

    modprobe ipaq vendor="0x0bb4" product="0x0a07"

    nella directory /dev/ e' comparsa la periferica chiamata ttyUSB0,ma non penso che essa possa essere montata per diventare un disco,giusto ?
    mario.

  2. #2
    nessuno ?
    mario.

  3. #3

    Re: come far vedere la scheda di memoria dello qtek s100 alla Debian 4

    Originariamente inviato da marietto2008
    Ciao Linuxari,

    .............
    nella directory /dev/ e' comparsa la periferica chiamata ttyUSB0,ma non penso che essa possa essere montata per diventare un disco,giusto ?
    esatto, quello e un device che dovrebbe servire per configurare l'accesso ainternet gprs via palmare.
    (dovresti usarelo nella configurazione di una nuova connessione)

    per quello che chiedi tu prova a staccare il cavo USB, poi da termnale dai il seguente comando (da utente privilegiato aka root)

    tail -f /var/log/messages

    poi inserisci l'USB e scrivi cosa appare nel terminale in cui hai dato il comando.

  4. #4
    Aug 20 12:55:40 marietto2008 kernel: [ 401.476152] usb 1-6: new full speed USB device using ohci_hcd and address 7
    Aug 20 12:55:40 marietto2008 kernel: [ 401.689664] usb 1-6: configuration #1 chosen from 1 choice
    Aug 20 12:55:40 marietto2008 kernel: [ 401.699226] ipaq 1-6:1.0: PocketPC PDA converter detected
    Aug 20 12:55:40 marietto2008 kernel: [ 401.704020] usb 1-6: PocketPC PDA converter now attached to ttyUSB0
    Aug 20 12:55:40 marietto2008 kernel: [ 401.704083] usb 1-6: New USB device found, idVendor=0bb4, idProduct=0a07
    Aug 20 12:55:40 marietto2008 kernel: [ 401.704089] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    Aug 20 12:55:40 marietto2008 kernel: [ 401.704094] usb 1-6: Product: PocketPC SmartPhone
    Aug 20 12:55:40 marietto2008 kernel: [ 401.704098] usb 1-6: Manufacturer: Intel.
    mario.

  5. #5
    controlla anche se fdisk -l lo vede come disco ( sda sga sra .. .)

    guarda anche dmesg in che modolo cataloga

    poi se lo vede basta montarlo come un qualsiasi disco

  6. #6
    Originariamente inviato da andy caps
    controlla anche se fdisk -l lo vede come disco ( sda sga sra .. .)

    guarda anche dmesg in che modolo cataloga

    poi se lo vede basta montarlo come un qualsiasi disco
    Chiedo scusa se faccio un piccolo OT, ma ho un problema molto simile con il Tomtom. In particolare, quando lo collego a Windows, come inserisco il cavo sul tt appare una richiesta con cui mi si chiede se voglio collegarlo al pc; rispondendo di si', vedo l'unita' disco in Esplora risorse.
    In Linux questo non succede, e' come se il tomtom non si accorgesse che e' stato collegato al computer. Altre periferiche USB (dischi esterni, ecc.) funzionano alla perfezione.
    Ho provato con knoppix perche' non avevo il portatile a disposizione e salvo errori nei log non cambia niente al momento del collegamento. Ho scritto alla Tomtom, si sono limitati a dire che Linux non e' supportato. Avete qualche suggerimento o mi devo rassegnare a usare Windows?

  7. #7
    controlla cosa dice lsusb o fai le operazioni sopra citate

    non so se sia supportato o se necessiti diun particolare modulo del kernel
    tipo usb-storage

    modprobe usb-storage


    ma probabilmente manchera' il rpogramma adatto

    guarda questo semmai

    http://freshmeat.net/projects/ttlinux/

  8. #8
    Originariamente inviato da andy caps
    controlla cosa dice lsusb o fai le operazioni sopra citate

    non so se sia supportato o se necessiti diun particolare modulo del kernel
    tipo usb-storage

    modprobe usb-storage


    ma probabilmente manchera' il rpogramma adatto

    guarda questo semmai

    http://freshmeat.net/projects/ttlinux/
    Dimenticavo, lsusb non rileva niente.
    In effetti e' ridicolo, i tomtom sono di fatto sistemi linux (guarda qua quanti tool ben noti a noi linuxiani: http://www.tomtom.com/page.php?Page=gpl) e poi si perdono in un bicchier d'acqua, non mi fanno montare il contenuto dell'unita' su un altro sistema Linux :-(
    In Windows il disco appare senza usare alcun programma, anche se e' possibile installare tomtom home per una gestione piu' 'automatizzata'. Provero' con debian appena posso.
    Grazie comunque.

  9. #9
    http://freshmeat.net/redir/ttlinux/5...inux194.tar.gz

    prova a compilare questo sorgente

    probabilmente poi vede tutto avviando il progamma

  10. #10
    marietto@marietto2008:~$ lsusb
    Bus 002 Device 005: ID 058f:6362 Alcor Micro Corp. Hi-Speed 21-in-1 Flash Card Reader/Writer (Internal/External)
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 005: ID 04b3:301b IBM Corp. SK-8815 Keyboard
    Bus 001 Device 004: ID 03f0:7e04 Hewlett-Packard Deskjet F4100 Printer series
    Bus 001 Device 003: ID 04b3:301a IBM Corp.
    Bus 001 Device 002: ID 04b3:310c IBM Corp.
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

    marietto2008:/home/marietto# fdisk -l

    Disk /dev/sda: 80.0 GB, 80032038912 bytes
    255 heads, 63 sectors/track, 9730 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x8f8000b1

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 3845 30884931 7 HPFS/NTFS
    /dev/sda2 3846 3879 273105 83 Linux
    /dev/sda3 3880 9730 46998157+ 5 Extended
    /dev/sda5 3880 4487 4883728+ 83 Linux
    /dev/sda6 4488 4852 2931831 83 Linux
    /dev/sda7 4853 5182 2650693+ 82 Linux swap / Solaris
    /dev/sda8 5183 5231 393561 83 Linux
    /dev/sda9 5232 9730 36138186 83 Linux

    marietto2008:/home/marietto# modprobe usb-storage
    marietto2008:/home/marietto# lsusb

    Bus 002 Device 005: ID 058f:6362 Alcor Micro Corp. Hi-Speed 21-in-1 Flash Card Reader/Writer (Internal/External)
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 006: ID 0bb4:0a07 High Tech Computer Corp. Magician PocketPC SmartPhone / O2 XDA
    Bus 001 Device 005: ID 04b3:301b IBM Corp. SK-8815 Keyboard
    Bus 001 Device 004: ID 03f0:7e04 Hewlett-Packard Deskjet F4100 Printer series
    Bus 001 Device 003: ID 04b3:301a IBM Corp.
    Bus 001 Device 002: ID 04b3:310c IBM Corp.
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

    marietto2008:/home/marietto# lsusb -v

    Bus 002 Device 005: ID 058f:6362 Alcor Micro Corp. Hi-Speed 21-in-1 Flash Card Reader/Writer (Internal/External)
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    idVendor 0x058f Alcor Micro Corp.
    idProduct 0x6362 Hi-Speed 21-in-1 Flash Card Reader/Writer (Internal/External)
    bcdDevice 1.29
    iManufacturer 1 Generic
    iProduct 2 Mass Storage Device
    iSerial 3 058F312D81B
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 32
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0x80
    (Bus Powered)
    MaxPower 100mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 2
    bInterfaceClass 8 Mass Storage
    bInterfaceSubClass 6 SCSI
    bInterfaceProtocol 80 Bulk (Zip)
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x01 EP 1 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x82 EP 2 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 0
    Device Qualifier (for other device speed):
    bLength 10
    bDescriptorType 6
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    bNumConfigurations 1
    Device Status: 0x0000
    (Bus Powered)

    marietto2008:/home/marietto# fdisk -l

    Disk /dev/sda: 80.0 GB, 80032038912 bytes
    255 heads, 63 sectors/track, 9730 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x8f8000b1

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 3845 30884931 7 HPFS/NTFS
    /dev/sda2 3846 3879 273105 83 Linux
    /dev/sda3 3880 9730 46998157+ 5 Extended
    /dev/sda5 3880 4487 4883728+ 83 Linux
    /dev/sda6 4488 4852 2931831 83 Linux
    /dev/sda7 4853 5182 2650693+ 82 Linux swap / Solaris
    /dev/sda8 5183 5231 393561 83 Linux
    /dev/sda9 5232 9730 36138186 83 Linux
    mario.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.