Results 1 to 3 of 3

Thread: IBM T30 Wireless not working under linux

  1. #1
    Join Date
    Mar 2014
    Beans
    1

    IBM T30 Wireless not working under linux

    Hi, im using xubuntu 13.10. I tried several other distros but wireless is not working with my old ibm t30. Xubuntu finds the wifi spot, but can't connect to it; it is greyed out. I know that it is not hardware related because wireless works with Windows Xp out of the box.

    IMG_20140328_210809.jpg

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: IBM T30 Wireless not working under linux

    Open a terminal and post the output of:

    Code:
    grep wireless /var/log/syslog
    grep wireless /var/log/syslog.1
    You will have to do some research to determine exactly which wireless card came with your computer. IBM supplied at least 2 different cards for that machine. Because of age, many have been replaced with faster cards.

    http://www.thinkwiki.org/wiki/Category:T30
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: IBM T30 Wireless not working under linux

    Quote Originally Posted by tgalati4 View Post
    Open a terminal and post the output of:

    Code:
    grep wireless /var/log/syslog
    grep wireless /var/log/syslog.1
    You will have to do some research to determine exactly which wireless card came with your computer. IBM supplied at least 2 different cards for that machine. Because of age, many have been replaced with faster cards.

    http://www.thinkwiki.org/wiki/Category:T30
    As well, and I suspect this is the real issue, many older cards are not capable of WPA. If the access point is set to WPA2, and it ought to be, the card will not connect. Check:
    Code:
    iwconfig
    Is your wireless interface named eth1?
    Code:
    sudo iwlist eth1 auth
    Do you see something like this?
    Code:
    Authentication capabilities :
    		WPA
    		WPA2
    		CIPHER-TKIP
    		CIPHER-CCMP
    By the way, Thinkpads are whitelisted, meaning only authorized cards will work: http://www.thinkwiki.org/wiki/Proble...I_network_card
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •