TP600e 2645-550 which distro?

Solaris, RedHat, FreeBSD and the like
Post Reply
Message
Author
b1ackb1rd
Posts: 26
Joined: Mon Jul 17, 2006 5:11 am
Location: uk

TP600e 2645-550 which distro?

#1 Post by b1ackb1rd » Mon Feb 26, 2007 6:19 pm

Greetings All,

I've just spent 2 days trying to get Ubuntu running on my TP600e (415Mb RAM, 20Gb) and I simply cannot get the thing to run without hanging and losing all the settings. I can activate my wireless PCMCIA card but not connect to the internet :cry:

I'm trying to put 6.10 as a fresh load onto a reformatted HDD, and configure a wireless Belkin PCMCIA card ... I give up!

Am I simply running the wrong distro for my old TP600e?

I just want to surf the net in front of the tv without giving my hard earned to Bilious Gates - any recommendations?

Leikeze Ajnin
Posts: 28
Joined: Tue Jan 09, 2007 2:58 pm
Location: Connecticut, USA

#2 Post by Leikeze Ajnin » Mon Feb 26, 2007 7:24 pm

You could try http://www.mueller.ch.vu/misc/tp600e_en.html, which used Ubuntu 6.06, and has some extra installation instructions (Link found from http://ubuntuforums.org/showthread.php?p=2119444). Hopefully something in there might help with the hanging issues.
- Tim Healey

The Spirit of X21
Senior Member
Senior Member
Posts: 746
Joined: Fri Apr 28, 2006 4:21 pm
Location: Providence, RI, USA
Contact:

#3 Post by The Spirit of X21 » Mon Feb 26, 2007 7:25 pm

I've read a few comments from people (on other forums) who have succeeded using SimplyMEPIS in getting wireless to work when other distributions have been unable to work properly out of the box. I really like OpenSuSE but I don't think your system would handle it well.

If you would like to get Ubuntu or some other distro to work with your wireless card, perhaps you could submit to us more specific information about it. This would help us to tell you what you need (ndiswrapper, etc) in order to get your lappie and the wifi card to communicate.
X61 - 3GB, 80GB SSD

b1ackb1rd
Posts: 26
Joined: Mon Jul 17, 2006 5:11 am
Location: uk

#4 Post by b1ackb1rd » Tue Feb 27, 2007 4:03 am

Thanks for the replies.

I really don't have a clue with Ubuntu, I spotted one fault in the boot sequence which mentioned a known ACPI BIOS fault but I'm not in 'the business' like some of you guys so it's all greek to me!

When I gave up last night I had just performed a full HDD format using DOS, and then I tried to load Ubuntu - it wouldn't even get to the desktop where you have a choice to install or use the live cd.

I've read somewhere that other distros have better hardware recognition than Ubuntu, I think I'll give them a whirl, and if that fails I'll have to bite the bullet and pay Mr Gates :(

whizkid
ThinkPadder
ThinkPadder
Posts: 1555
Joined: Wed Sep 29, 2004 1:40 pm
Location: Saint Paul, MN
Contact:

#5 Post by whizkid » Tue Feb 27, 2007 1:37 pm

http://www.blog.savant.be/linux/ubuntu- ... 45-57u/15/

Ubuntu 6.10 Edgy on a Thinkpad 600E (2645-57u)
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch

jfsmith
Posts: 30
Joined: Fri Dec 30, 2005 1:34 pm
Location: Bucks County, Pennsylvania

#6 Post by jfsmith » Tue Feb 27, 2007 8:52 pm

It will probably elicit some sneers from "real" Linux advocates, but I am a total Linux newbie and I had no intention of learning to speak Unix in my dotage. So I looked for the easiest and (ugh!) most Windows-like distro available for my old 233 MHz 600 (2645-41U) and that was Xandros 4.0. It installed like a dream -- and with one exception -- recognized all the hardware and runs flawlessly. I am also using a Belkin Wireless G card. It is necessary to disable ACPI to get the Belkin card recognized -- don't know why. The one exception: sound. That is a known problem with the TP600 and it's a low priority for me. It can be made to work and maybe one of these days I'll get around to playing with it.

Just for good measure, I installed it on an old 500 MHz Athlon desktop and it scored 100% on that one, recognizing all the hardware and peripherals with no foolin' around required.
John
W3JF
------
Thinkpads:
T61/7665-11U; 2.3 Ghz dual; 2 Gb; XP
R50e/1842-SVU, 1.6 Ghz, 1.5 Gb
600/2645-41U (upgraded), 300 MHz, 192 Mb (Linux)

b1ackb1rd
Posts: 26
Joined: Mon Jul 17, 2006 5:11 am
Location: uk

#7 Post by b1ackb1rd » Wed Feb 28, 2007 4:28 am

Brilliant, that's what I'm after - an easy entry into this foreign language :)

I managed to get 6.06 loaded last night, configured the wireless card BUT it still shows as 'eth0' rather than 'ra0' in the properties page. I'm sending and receiving data apperently - but I still can't make that final connection to get the internet running.

Oh, and please ... how the f***** do I disable ACPI ???

jfsmith
Posts: 30
Joined: Fri Dec 30, 2005 1:34 pm
Location: Bucks County, Pennsylvania

#8 Post by jfsmith » Wed Feb 28, 2007 11:53 am

I don't know anything about Ubuntu, but to disable ACPI in Xandros, I had to add two statements in the boot command line: "acpi=off" and "pci=noacpi". I do have to turn the power off on the 600 manually after shutdown now, of course.
John
W3JF
------
Thinkpads:
T61/7665-11U; 2.3 Ghz dual; 2 Gb; XP
R50e/1842-SVU, 1.6 Ghz, 1.5 Gb
600/2645-41U (upgraded), 300 MHz, 192 Mb (Linux)

The Spirit of X21
Senior Member
Senior Member
Posts: 746
Joined: Fri Apr 28, 2006 4:21 pm
Location: Providence, RI, USA
Contact:

#9 Post by The Spirit of X21 » Thu Mar 01, 2007 1:23 pm

To change a kernel option in menu.lst (in Ubuntu):

1. Open Terminal (Applications->Accessories->Terminal)
2. Type: sudo nano /boot/grub/menu.lst
3. Enter password
4. Scroll down toward the bottom of the text file. You should see a set of lines like this:

title Ubuntu 6.06 (Note: not the one that says failsafe)
kernel xxxxxxxx
initrd xxxxxxxxx

At the end of the kernel line (after the xxxxx, whatever it is on your system), type acpi=off and apm=on. If you don't want either ACPI or APM turned on, just choose off for both.

5. Press Ctrl-X
6. Press Y to save

Hope this helps.
X61 - 3GB, 80GB SSD

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: No registered users and 0 guests