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

    sony ericsson bluetooth

    ho una normale porta usb...che ti po di adattatore dovrei comprare per il mio cell sony ericsson con bluetooth?

    posso provare i giochi java direttamente sul mio pc?
    e per trasferirli?

    grazie
    live free or die

  2. #2
    io ho una "chiave" usb bluetooth, con chipset CSR
    (il csr è supportato anche da linux ricompilando il kernel e installando bluez)

    per trasferire i giochi, click destro sul file, invia a, bluetoot, nome_telefono
    per provarli sul computer nn so


  3. #3
    Originariamente inviato da osvi
    io ho una "chiave" usb bluetooth, con chipset CSR
    (il csr è supportato anche da linux ricompilando il kernel e installando bluez)
    mhmhmh buone notizie...modelli consigliati? io ho solo le prime porte usb...
    live free or die

  4. #4
    Originariamente inviato da Kandalf
    mhmhmh buone notizie...modelli consigliati? io ho solo le prime porte usb...
    un modello di preciso da consigliarti nn saprei, ti consiglio di nn comprarlo su internet in quanto spesso questi ruzzini bluetooth danno problemi, ed un negoziante di fiducia te lo cambia molto più velocemente e facilmente
    l'importante che il chipset sia csr
    tipo questo , 4ultimo risultato nella pagina di google


  5. #5
    per il mio ibook ho preso questo:



    D-Link DBT-120 USB Bluetooth Adapter. Saranno 50 euri circa e va su mac che su winz

  6. #6
    ho preso uno con chip csr a 31 euro....con win devo riavviare 60 volte x ogni modifica...invece x lin ho ricompilato il kernel 2.6 con bluetooth...programmi specifici per usarlO?
    live free or die

  7. #7
    bello il 2.6
    bluez.sourceforge.net è quello che uso io e va molto bene
    mi sa che devi rifarti il kernel un altra volta se nn hai incluso le patch per bluez

  8. #8

    installazione BT su linux

    Download the very latest kernel from http://www.kernel.org. You need at least the 2.4.20-rc1 release.
    Download the latest BlueZ patch from http://www.holtmann.org/linux/kernel/ and apply it to your kernel. E.g.:

    cd /usr/src
    tar xvzf linux-2.4.20.tar.gz
    cd linux
    patch -p1 <../patch-2.4.20-mh5

    Recompile it with everything you usually need plus the following items:
    Bluetooth support:
    Bluetooth subsystem support
    L2CAP protocol support
    SCO links support
    RFCOMM protocol
    RFCOMM tty support
    BNEP protocol support
    Bluetooth device drivers:
    HCI USB driver
    HCI VHCI (Virtual HCI device) driver

    WARNING: do NOT compile the USB Bluetooth support in the USB support section. If you do, it will prevent the BlueZ support from working. Be careful about this. Do not compile the USB Bluetooth support! Use the HCI USB driver instead!!! You have been warned!
    After installing the new kernel you should have the following modules:

    in /lib/modules/2.4.20-mh5/kernel/net/bluetooth/
    bluez.o bnep l2cap.o sco.o rfcomm
    in /lib/modules/2.4.20-mh5/kernel/net/bluetooth/bnep/
    bnep.o
    in /lib/modules/2.4.20-mh5/kernel/net/bluetooth/rfcomm/
    rfcomm.o
    in lib/modules/2.4.20-mh5/kernel/drivers/bluetooth/
    hci_usb.o hci_vhci.o
    Get the following programs from http://bluez.sf.net :
    and compile them: usually it's just a matter of ./configure && make && make install.

    Now you are ready to load the following modules using modprobe:
    bluez
    hci_usb
    l2cap
    rfcomm

    Check if the Bluetooth dongle is active using:

    hciconfig

    hciconfig is the equivalent of ifconfig for Bluetooth devices. This is the output of hciconfig on my laptop:

    hci0: Type: USB
    BD Address: 00:E085:2C:70 ACL MTU: 192:8 SCO MTU: 64:8
    UP RUNNING PSCAN ISCAN
    RX bytes:99 acl:0 sco:0 events:13 errors:0
    TX bytes:296 acl:0 sco:0 commands:12 errors:0

    Pay attention to the "UP" and "ISCAN" keywords. If there is no hci0 up, then run:

    hciconfig hci0 up

    Now it's time to discover your mobile phone's bluetooth hardware address. Run:

    hcitool scan

    Scanning ...
    00:XX:XX:XX:XX:XX NOME_PERIFERICA

    dai sempre da console:
    l2ping 00:XX:XX:XX:XX:XX (quello di prima)
    e fare ctrl+c

    Create a /dev/rfcomm0 character device with major number 216 and minor number 0:

    mknod /dev/rfcomm0 c 216 0

    In order to make your laptop and mobile phone communicate you have to choose a unique number sequence. This "password" is supposed to provide some degree of security to the communication.
    In your mobile phone go to the Extras/Bluetooth menu and choose:
    Discover

    You'll see "Searching..." for a while and then the Palladio USB Dongle should appear in the list. Press "YES" and then choose:
    Add to paired

    Enter a Passkey (only numbers are allowed, e.g. 4398534). Write the very same Passkey inside the /etc/bluetooth/pin file and
    restart hcid.

    Your mobile phone will show "Pairing" for a while. If you entered the correct Passkey you'll be able to edit the Name tag associated to
    the Palladio USB Dongle and the device will appear in the paired devices list.
    Hit "YES" and you'll see "Added to paired devices".


    Now open a channel to the mobile phone:

    rfcomm bind 0 00:80:37:FE:5F:72 1

    where 00:80:37:FE:5F:72 is the hardware address we mentioned before and the final 1 identifies this channel as the first one opened.

    From now on, you can access your mobile phone through the /dev/rfcomm0 character file.

    WARNING: you can't use it like a modem. If you do, you won't take advantage of the GPRS connection. You'll be using a classical 9600bps GSM expensive connection.

    Before continuing, you need to configure a GPRS connection on your mobile phone. You can get all the GPRS parameters by calling your telco operator. This is what I did to setup a GPRS connection on my Ericsson T39m with Wind S.p.A.

    Settings/Data comm./Data accounts/Add account/GPRS Data:
    Name: Wind GPRS
    APN: internet.wind
    UserID: empty
    Password: empty

    Save, then choose "Wind GPRS" and Edit:
    Password request: Off
    Allow calls: Automatic
    IP address: empty
    DNS address: 212.245.255.2
    Adv. settings:
    Authentication: Normal
    Data compr.: on
    Header compr: on
    Quality of service: default values

    In order to make your mobile phone connect to Internet through GPRS you have to send it the following command through a chat script (exactly like talking to a serial modem except for you are using /dev/rfcomm0 instead of /dev/ttyS0):

    AT+CGDATA="PPP",X

    where X is the number indicating the GPRS profile to be used. Be careful about this setting! To discover what is the correct value for X take your mobile phone and go to the Settings/Data comm./Data accounts menu. Choose the GPRS connection you previously setup and scroll till you find a line beginning with CID=. That's the identification number of your GPRS connection. E.g. if you find a line like:
    CID=3

    then you have to use:

    AT+CGDATA="PPP",3

    as the dialing string.

    Now you can setup a standard PPP dialup connection and use it as usual. However there are some things you have to take care of:

    You have to disable hardware flow control and carrier detection. Add the following lines to /etc/ppp/options.rfcomm0 (or /etc/ppp/options to make them global)

    -crtscts
    local

    Even if there is no password authentication needed to connect to Internet you can't simply disable authentication at all.
    Enable CHAP authentication and set the login and password to whatever you want.

    You won't receive lcp echo reply from your GPRS connection. Therefore you'll have to disable lcp requests: if you don't, your connection will always go down within a few minutes.

    Find the following lines in your /etc/ppp/options file:

    lcp-echo-interval XX
    lcp-echo-failure XX

    and remove them (put a # in front of them).



    buona lettura

  9. #9
    nell'ultima parte c'è un tutorial per il gprs su linux, per windows c'è la pillola mia (sempre e solo qui su wireless )


  10. #10
    che programma usate x linux??
    ne ho installati diversi ma nn so come avviarli da shell
    live free or die

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.