T-Sinus Data II @Linux Q_Q?

Dieses Thema im Forum "Linux & BSD" wurde erstellt von RoLL0ver, 23. November 2006 .

Schlagworte:
  1. 23. November 2006
    Hu,

    wollte mal heute Linux "Ubuntu" installieren.. so mal um zu gucken wie das so läuft
    Ich bin über Wlan im internet mitm T-Sinus Data II.. Gibts da spezielle Treiber dafür?
    Ich hab kp was linux betrifft

    regards

    RoLL0ver
     
  2. 23. November 2006
    AW: T-Sinus Data II @Linux Q_Q?

    Hallo,

    was ist denn das für eine Karte/Stick? Poste mal bitte die genaue Bezeichnung.

    mfg

    onlinepilot
     
  3. 23. November 2006
    AW: T-Sinus Data II @Linux Q_Q?

    Deutsche Telekom T-Sinus 154 data II - Testberichte und Preisvergleich von Shops


    Deutsche Telekom T-Sinus 154 data II - Netzwerkkarte - Hi-Speed USB - 802.11b, 802.11g Das Sinus 154 data II ist ein 54 Mbps Funkmodul, das mittels USB (Universal Serial Bus) an Ihren Rechner oder Ihr Notebook angeschlossen wird. Mit diesem kabellosen Netzwerkadapter lässt sich Ihr Rechner schnell und einfach in ein bestehendes kabelloses Inhausnetz einbinden.

    >_>
     
  4. 23. November 2006
    AW: T-Sinus Data II @Linux Q_Q?

    So, hab es gefunden!

    Also so wie es scheint, gibt es keine Linux Treiber dafür. Jedoch gibt es ein Programm für Linux, mit dem man Windoof-WLAN Treiber einbinden kann. Versuche mal über Deinen Paketmanager das Programm " ndiswrapper " zu installieren. Wenn Du das geschafft hast, dann kopiere Dir die vier Dateien, die mit TS154 beginnen von Deiner CD in ein Verzeichnis, welches Du Dir dafür anlegen solltest (z.B. " mkdir /tmp/sinus "). Dann lädst Du diese mit " ndiswrapper -i /tmp/sinus/TS154USB.inf " in das proggi. Mit " ndiswrapper -m " erzeugst Du ein Modul. Dann nur noch " modprobe ndiswrapper ", und es dürfte gehen. Dies bezieht sich alles auf eine unverschlüsselte Verbindung! Für eine verschlüsselte benötigt man noch zusätzliche Einstellungen.

    mfg onlinepilot
     
  5. 23. November 2006
    AW: T-Sinus Data II @Linux Q_Q?

    Hier nochmal der Link für das Programm: SourceForge.net: ndiswrapper
     
  6. 23. November 2006
    AW: T-Sinus Data II @Linux Q_Q?

    Mit diesem Tutorial hab ich mein T-Sinus 154 Data zum laufen bekommen... Da das Tutorial aber eigentlich fürn T-Sinus 154 Data II ist wirds sicherlich keine Probleme machen
    Ist zwar für Suse, aber wenn du den Adapter dann mal unter wlan0 laufen hast, dann kannst du die Sachen sicherlich auch ganz einfach auf andere Distris übertragn...

    Code:
    _____________________________________
    
    TSinus 154 data II on SUSE Linux 10.0
    _____________________________________
    
    Preparations:
    - Provide your Sinus 145 Driver CD
    - Install "ndiswrapper" from the SUSE 10.0 DVD with the YaST control panel (Software).
    (You can type in "ndiswrapper" into the search box and press <Enter>)
    
    ----------------------------------------------------------------------------
    1. Put your T-Com driver CD into the CD-Rom drive and navigate to the following directory on that media:
    Utility/Sinus 154 data II utility
    
    ----------------------------------------------------------------------------
    2. Copy all the content of this directory to your harddrive into a new folder of your choice, i.e.:
    /root/Drivers/TSinusDriver
    
    ----------------------------------------------------------------------------
    3. Open the console and type:
    ndiswrapper -i /root/Drivers/TSinusDriver/TS154USB.inf
    (or the directory you even created on your machine)
    Now the driver should be installed.
    
    ----------------------------------------------------------------------------
    4. Check the installation with: ndiswrapper -l
    If all went good, the driver is listed here now.
    
    ----------------------------------------------------------------------------
    5. Type into the console:
    ndiswrapper -m
    The following (or very similar) message will occur: Adding "alias wlan0 ndiswrapper" to /etc/modprobe.conf
    
    ----------------------------------------------------------------------------
    6. Typwe into console:
    sudo depmod -a
    This takes some time. Wait.
    
    ----------------------------------------------------------------------------
    7. Type into console:
    sudo modprobe ndiswrapper
    It takes some time too. Wait.
    If there is no error, the driver should be loaded now.
    
    ----------------------------------------------------------------------------
    8. Test the installation with typing into the console:
    iwconfig
    Now you should see the new wlan0 device listed here, i.e:
    
    wlan0 IEEE 802.11g ESSID:off/any
    Mode:Managed Frequency:2.462 GHz Access Point: 00:00:00:00:00:00
    Bit Rate:2 Mb/s Tx-Power:32 dBm
    RTS thr:2347 B Fragment thr:2346 B
    Encryption key:off
    Power Management:off
    Link Quality:100 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:1235 Missed beacon:0
    
    ----------------------------------------------------------------------------
    9. Now check the access point (router) by typing:
    iwlist wlan0 scan
    This takes some time but you should see something like this in result:
    
    wlan0 Scan completed :
    Cell 01 - Address: 00:30:F1:F5:FA:C7
    ESSID:"WLAN"
    Protocol:IEEE 802.11g
    Mode:Managed
    Frequency:2.462 GHz (Channel 11)
    Quality:0/100 Signal level:-48 dBm Noise level:-256 dBm
    Encryption key:off
    Bit Rate:1 Mb/s
    Bit Rate:2 Mb/s
    Bit Rate:5.5 Mb/s
    Bit Rate:11 Mb/s
    Bit Rate:6 Mb/s
    Bit Rate:9 Mb/s
    Bit Rate:12 Mb/s
    Bit Rate:18 Mb/s
    Bit Rate:24 Mb/s
    Bit Rate:36 Mb/s
    Bit Rate:48 Mb/s
    Bit Rate:54 Mb/s
    Extra:bcn_int=100
    Extra:atim=1
    (Unknown Wireless Token 0x8C05)
    Cell 02 - Address: 00:30:F1:E6:56:D0
    ESSID:""
    Protocol:IEEE 802.11g
    Mode:Managed
    Frequency:2.462 GHz (Channel 11)
    Quality:0/100 Signal level:-76 dBm Noise level:-256 dBm
    Encryption key:on
    Bit Rate:1 Mb/s
    Bit Rate:2 Mb/s
    Bit Rate:5.5 Mb/s
    Bit Rate:11 Mb/s
    Bit Rate:6 Mb/s
    Bit Rate:9 Mb/s
    Bit Rate:12 Mb/s
    Bit Rate:18 Mb/s
    Bit Rate:24 Mb/s
    Bit Rate:36 Mb/s
    Bit Rate:48 Mb/s
    Bit Rate:54 Mb/s
    Extra:bcn_int=100
    Extra:atim=1
    (Unknown Wireless Token 0x8C05)
    
    If your access point cannot be found, you have to input a valid ESSID first by typing:
    iwconfig wlan0 essid 'WLAN'
    
    ----------------------------------------------------------------------------
    10. Set up the ESSID for the module driver by typing i.e.:
    iwconfig wlan0 essid 'WLAN'
    Note, that you must use the same ESSID here as on your access point (router).
    
    ----------------------------------------------------------------------------
    11. START SUSE YaST control center.
    - Select 'Network Devices' -> Network Card.
    - Press the 'Add' button.
    - Select Device Type 'Wireless",
    - Write Configuration Name: '0',
    - Write Module Name: 'ndiswrapper' !!!
    - Leave all other feelds as default
    - Press the 'Next' buttons and configure the driver to suite your needs.
    - Don't forget to specify "WLAN" for ESSID (or even your special descriptor) from above here too.
    - Configure the firewall.
    
    12. Finish the Network Card configuration panel.
    After some seconds, your WLAN should be accessible.
    
    Congratulations, you are ready now and have access tio the home network and internet.


    Greetz Bandi
     
  7. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.