Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installing Gentoo on Toshiba M45
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
borfig
Apprentice
Apprentice


Joined: 27 Oct 2004
Posts: 162
Location: segfault

PostPosted: Mon Aug 15, 2005 6:55 pm    Post subject: Reply with quote

Hello fellow Toshiba users!
I own a Toshiba M30 and my hd is a Toshiba one...
I found out that grub does not like my hd at all, while lilo works very slowly on it...
any ideas???
borfig.
PS. My acpi works out-of-the-box in the livecd and final installation...
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2004
Posts: 133
Location: Sydney Australia / Belgrade Serbia

PostPosted: Tue Aug 16, 2005 4:16 am    Post subject: Reply with quote

I believe that from my experience, reading through the forums M30 doesn't show the odd behavior with the ACPI as the m40/m45 does. Have you compiled the correct modules for your ide/sata drive. You need to post your lspci and kernel config in order to really tell what
the problem is. Relative parts of dmesg would be quite useful too.

My plan now is to see how the 2005.1 live cd picks up the m40/m45. Maybe that will give me some more answers. I am reluctant on transferring the dvd drive on to SCSI. From what I read it shows more instability than improvement. I've read that the ICH6 chipset is one of the rear ones that are supported though.
_________________
" Invention is the most important product of man's creative brain. The ultimate purpose is the complete mastery of mind over the material world, the harnessing of human nature to human needs."
Nikola Tesla
Back to top
View user's profile Send private message
mnemo
n00b
n00b


Joined: 24 Jul 2003
Posts: 13

PostPosted: Tue Aug 16, 2005 4:21 pm    Post subject: Reply with quote

Ryoku wrote:
This may also help fix the dvd drive DMA problem as well.

link: http://forums.fedoraforum.org/archive/index.php/t-47813.html

Let me know what happens. I'll be trying it on mine later.

Toshiba M45S355


Thanks! This helped getting my DVD-recorder to work without the IDE modules, but with SATA!
Back to top
View user's profile Send private message
horton30
n00b
n00b


Joined: 07 Apr 2004
Posts: 62
Location: Penn State!

PostPosted: Sun Aug 28, 2005 6:51 pm    Post subject: Reply with quote

I just purchased a Satellite M45. I cannot get anything working with the live cd. I have tried doing everything in these posts to try and get a network connection but fail. It has the Marvell Yukon 88E8036 Ethernet control with the Intel 2200BG wireless connection. I just downloaded the 2005.1 live cd but I cannot get a network connection. ifconfig always just returns 'lo'. I tried to modprobe skge and sk98lin but they wont get the ethernet controller to show up either. I also have tried to boot with gentoo noacpi and then re-load the ipw2200 modules but it returns this error.

ipw2200 failed to send TX_POWER command
ipw2200 failed to send TX_POWER command
ipw2200 failed to send TX_POWER command
ipw2200 failed to send TX_POWER command
ipw2200 failed to send TX_POWER command
Unable to initailize
failed to register device after 5 tries
failed w/ error -5

and so then ifconfig still doesn't work. I really need to get this working so I would greatly appreciate any help. thanks.
Back to top
View user's profile Send private message
jonnycodesalot
n00b
n00b


Joined: 28 Aug 2005
Posts: 2

PostPosted: Sun Aug 28, 2005 9:10 pm    Post subject: TX_POWER error Reply with quote

Regarding "ipw2200 failed to send TX_POWER command " - I found a way to get around this in 2005.1

It looks like the wireless adapter actually requires ACPI, so you need to use the kernel boot parameter "acpi=noirq" instead of just "noacpi". Doing this, after boot you have to unload and reload the module ("modprobe -r ipw2200" following by "modprobe ipw2200" - this is mentioned in one of the links above). After it reloads, wait about 15 seconds and a message prints complaining that the firmware encountered an error and is restarting. Once that happens, you can run dhcpcd and be on your way - at least, it worked for me

Hope this helps.
Back to top
View user's profile Send private message
jonnycodesalot
n00b
n00b


Joined: 28 Aug 2005
Posts: 2

PostPosted: Sun Aug 28, 2005 9:13 pm    Post subject: sda not hda? Reply with quote

For some reason in 2005.1 (and I assume 2005.0) the EIDE harddrive in my M45 is being shown as "sda0" instead of "hda0" - has anyone else experienced this? I don't know if it's related, but I boot my kernel with "root=/dev/sda3" and it complains on boot that it cannot mount the root filesystem. Any help?
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2004
Posts: 133
Location: Sydney Australia / Belgrade Serbia

PostPosted: Mon Aug 29, 2005 11:56 am    Post subject: Reply with quote

Your hard drive should be recognized as a SATA drive. That is if you have a standard Linux installation your root should be sda3. If you are talking about grub then your hard drive should be hd0,0 indicating the first hard drive (in our case only one) and the first partition. I'm not sure how your hard drive is seen as sda0 or hda0. It should be sda1, sda2, sda3 for boot, swap and root respectively. If it can't seem to mount your root partition then I think you should check your fstab.
_________________
" Invention is the most important product of man's creative brain. The ultimate purpose is the complete mastery of mind over the material world, the harnessing of human nature to human needs."
Nikola Tesla
Back to top
View user's profile Send private message
horton30
n00b
n00b


Joined: 07 Apr 2004
Posts: 62
Location: Penn State!

PostPosted: Mon Aug 29, 2005 12:53 pm    Post subject: Reply with quote

Ok I got the wireless thing working. When I was putting settings in the kernel I was pretty clueless on what I need for the wireless & wired ethernet so I doubt they will work. I also didn't know what to include for other things w/ a laptop since this is the first time I've installed Gentoo (or any linux distro) on a laptop. Then I emerged grub and typed grub. Now, my partition scheme looks like this:

/dev/sda1 --> Windows NTFS
/dev/sda2 --> Boot partition I created while installing w/ the live cd
/dev/sda3 --> Linux swap
/dev/sda4 --> Linux /

Now this is the first time I am installing windows and linux on the same machine so I hope that will work. Whenever I am in the grub setup and I type root ( then use tab completion it defaults to root (hd0, . Now shouldn't this be sd0, 0?
I dont know what I need to put for that. I need to know what to use to setup grub. Thanks.
Back to top
View user's profile Send private message
horton30
n00b
n00b


Joined: 07 Apr 2004
Posts: 62
Location: Penn State!

PostPosted: Mon Aug 29, 2005 2:43 pm    Post subject: Reply with quote

Ok I was able to get the boot loader working successfully.

Here are some new problems. Of course since i've reboot neither the ethernet controller nor the wireless works, which doesn't surprise me a bit. A weird problem is that ifconfig is not found. iwconfig is, but ifconfig isn't. I am not sure why this is. It isn't in /sbin/ifconfig. Anyone have any leadway on that? Also what do you suggest I do now to get the wireless or ethernet controller working?.

Another note: Whenever it is booting up it gives an error when it tries to start lo or whatever. Thanks.
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2004
Posts: 133
Location: Sydney Australia / Belgrade Serbia

PostPosted: Mon Aug 29, 2005 3:53 pm    Post subject: Reply with quote

Have you emerged net-tools?

Also to make sure that your networking works acpi needs to be off. The second thing to note is that your wired and wireless cannot have the same gateway.Therefore if you are trying to connect to a singular network with a particular gateway, which is typical for a home setup, then you need to make sure that you use either the wired or the wireless. Therefore stop the service of the eth_ device you are not using.
_________________
" Invention is the most important product of man's creative brain. The ultimate purpose is the complete mastery of mind over the material world, the harnessing of human nature to human needs."
Nikola Tesla
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Tue Sep 20, 2005 3:51 am    Post subject: Reply with quote

I have an M40, with the 88e8036. My wireless works fine with acpi=noirq.

I want to install Gentoo via the wired ethernet though.

The driver on the 2005.1 universal live cd doesn't seem to work.



Any ideas please? Should I install from within Knoppix or something???
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2004
Posts: 133
Location: Sydney Australia / Belgrade Serbia

PostPosted: Tue Sep 20, 2005 7:19 am    Post subject: Reply with quote

I'm not sure if the 2005.1 has the patch for the sk98lin driver but I doubt it. Therefore your best option with the least hassle is to use the wireless for the installation. Then once you install the distro you can patch the kernel. Follow http://www.tmeyer.de/toshiba_a80_154.html and go to step 4 where it mentions the kernel patch. Follow the instructions and you'll be on your way.
_________________
" Invention is the most important product of man's creative brain. The ultimate purpose is the complete mastery of mind over the material world, the harnessing of human nature to human needs."
Nikola Tesla
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Wed Sep 21, 2005 12:35 am    Post subject: Reply with quote

Only problem with that, is that the wireless networks I have access too are mostly wpa.

Any ideas for wpa access from the livecd? Does wpa_supplicant work? How?

Thanks for the response.
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Wed Sep 21, 2005 12:37 am    Post subject: Reply with quote

One other thing, I boot using the noirq option as that seems to fix the 2915abg without breaking other stuff.


But, no matter what kernel boot option i've tried, how do I get hdparm to work

It's a sata device (sda)... I've tried the hdparm settings as per the install guide, but it always fails with an ioctl error.



Help?
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2915
Location: Singapore

PostPosted: Wed Sep 21, 2005 2:15 am    Post subject: Reply with quote

evader wrote:
how do I get hdparm to work

It's a sata device (sda)...

You don't need hdparm then. hdparm is only for PATA drives.
_________________
Murphy's Law of Gentoo installation: If a compile can fail, it will.

MacGillicuddy's Corollary: At the most inopportune time.

Please search and read the FAQs before posting.
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Wed Sep 21, 2005 2:37 am    Post subject: Reply with quote

Thanks!

Is there tools to optimise SATA drives or is it unnecessary?
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2915
Location: Singapore

PostPosted: Wed Sep 21, 2005 5:06 am    Post subject: Reply with quote

evader wrote:
Thanks!

Is there tools to optimise SATA drives or is it unnecessary?

According to this page it seems unnecessary ATM:
Quote:
Currently, ALL SATA hard drives use DMA, so there is no need for -d [option of hdparm].

_________________
Murphy's Law of Gentoo installation: If a compile can fail, it will.

MacGillicuddy's Corollary: At the most inopportune time.

Please search and read the FAQs before posting.
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Wed Sep 21, 2005 5:13 am    Post subject: Reply with quote

Thanks again.
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
faugusztin
n00b
n00b


Joined: 15 May 2005
Posts: 47

PostPosted: Wed Sep 21, 2005 7:50 am    Post subject: Re: Installing Gentoo on Toshiba M45 Reply with quote

rabarkar wrote:

And here a longer list of what I've not manage to get working:

a. ACPI (Well in fact is a matter of choose, have ACPI but not networking, or have Networking but not ACPI)
b. Sound
c. Memory Card Reader (less important, I can live without it in linux)
d. Hotkey button (much more less important)

I'll be trying to get all the stuff missing working, so if someone of you have comments or advices, they would be aprecciated, in this way we can get this Toshiba M45 Laptop to work on Linux :D


I have M30X-155, but if you have Phoenix BIOS then advices on my page[1] can help you with hotkey button(D). Memory card reader (C) doesn't work, because it's specific hardware not supported by Linux.

Here is a quick summary what i needed for working side keys :

Support for Phoenix-BIOS specifics
Keys on left side (CD, play/pause, stop, next, prev) can be enabled using omnibook kernel module. Despite it's name it supports many Toshiba notebooks, mainly those with Phoenix BIOS. And M30X-155 is a notebook with Phoenix BIOS. First compile the module :

Code:
emerge app-laptop/omnibook


After successfully compiled, add this line to file /etc/modules.autoload.d/kernel-2.6 :

Code:
omnibook


Because this notebook is not directly supported, we must force the type of notebook using ectype module parameter. To do this, create file /etc/modules.d/omnibook and place following line into it:

Code:
options omnibook ectype=1


Now try modprobe omnibook and you should see in the output of dmesg command :

Code:
omnibook: module version 2005-02-17.
omnibook: Forced load with EC firmware type 1.
omnibook: AC adapter status monitoring is enabled.
omnibook: Battery status monitoring is enabled.
omnibook: LCD backlight turn off at console blanking is enabled.
omnibook: External display status monitoring is enabled.
omnibook: Fan status monitor and control is enabled.
omnibook: Fan policy setting is enabled.
omnibook: LCD brightness handling is enabled.
omnibook: OneTouch buttons (if any) are enabled.
omnibook: Temperature monitoring is enabled.
omnibook: module unloading does not work yet on 2.6 kernel.


Four keys should work right now - run xev and press keys from play/pause to prev key. The only key which doesn't worked for me was the CD key - this key "prints" this into dmesg :

Code:
atkbd.c: Unknown key pressed (translated set 2, code 0xd9 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e059 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xd9 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e059 <keycode>' to make it known.


To make it work, place following line into /etc/conf.d/local.start :

Code:
setkeycodes e013 226


Now all five keys works. You should map those keys using .Xmodmap to X-Window keys and use them.
Other stuff provided by omnibook should work too, please examine /proc/omnibook and/or omnibook module documentation if you are interested.

[1] http://www.augusztin.com/articles/toshiba_m30x_155.html
Back to top
View user's profile Send private message
sandersonshea
n00b
n00b


Joined: 22 Sep 2005
Posts: 9

PostPosted: Thu Sep 22, 2005 3:11 am    Post subject: LCD Brightness Reply with quote

I own a Toshiba M40 and after quite alot of searching it seems that the bios functions are simular to the Tecra S1. I am using a util for the tecra that allows you to change the lcd brightness found at http://tz.exit0.net/tecras1.html
Back to top
View user's profile Send private message
nessy
n00b
n00b


Joined: 14 Nov 2002
Posts: 26

PostPosted: Wed Nov 30, 2005 4:43 pm    Post subject: Xorg configs Reply with quote

Howdy folks - bringing this one up from the dead!
I'm having some serious issues here getting any decent resolution on X, and glx gears won't go over 800fps.

I'm hopeful someone who has this working would be kind enough to post their xorg.conf for me to compare against.

Best Regards.
_________________
Howdy Howdy
Back to top
View user's profile Send private message
EvenOdd
n00b
n00b


Joined: 14 Jul 2005
Posts: 3

PostPosted: Fri Jan 27, 2006 10:42 pm    Post subject: Reply with quote

nessy: I am using gentoo-sources-2.6.15-gentoo-r1 and xorg-x11-7.0 with dri drivers. I get about 843 fps with glxgears. It's good enough for me (I just need decent video playback). Should it be higher?
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2004
Posts: 133
Location: Sydney Australia / Belgrade Serbia

PostPosted: Sun Feb 05, 2006 11:42 am    Post subject: Reply with quote

I believe this has been mentioned at the beginning of this post, but to say it again, you should be able to achieve a higher frame rate then that.
My current output from glxgears gives me:

Code:

23258 frames in 5.0 seconds = 4651.600 FPS
33565 frames in 5.0 seconds = 6713.000 FPS
33674 frames in 5.0 seconds = 6734.800 FPS
33669 frames in 5.0 seconds = 6733.800 FPS
33662 frames in 5.0 seconds = 6732.400 FPS
33671 frames in 5.0 seconds = 6734.200 FPS
33667 frames in 5.0 seconds = 6733.400 FPS


which is higher than usual. Realistically you should be getting something above 4000 FPS in my opinion.
_________________
" Invention is the most important product of man's creative brain. The ultimate purpose is the complete mastery of mind over the material world, the harnessing of human nature to human needs."
Nikola Tesla
Back to top
View user's profile Send private message
ewaller
Apprentice
Apprentice


Joined: 11 Aug 2005
Posts: 263
Location: Pasadena, CA

PostPosted: Tue May 02, 2006 4:34 am    Post subject: Reply with quote

It has been a long while since I have posted here. This machine (M45-S265) is just about a year old and I still love it.

This past weekend I updated my kernel to 2.6.16-gentoo-r3 and to the modular Xorg system.

I am nothing short of delighted.

Direct rendering works perfectly.
The Marvell Ethernet chipset works with the sky2 driver.
Wireless networking works without a hitch.
The modem works using slmodem.
The DVD drive works with DMA as a nativa SATA drive.
CPU throttling works well
glxgears reports > 1100 fps without causing any hanging up any interrupts.
1280x800 works "out of the box"
USB memory devices work perfectly.
No problems with ALSA.
LAPIC is enabled at boot

All of this without ANY non-portage drivers, no patches, no obsure command line parameters at boot. Just (almost) pure goodness.

The only hitch is that the S1BL program I had been using to control my backlight brightness causes (among other problems) a kenel mode division by zero followed by a kernel panic. Oh well, it was a highly experimental program to begin with.

In any event, I recommend this configuration. Try it at your own risk...
_________________
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Back to top
View user's profile Send private message
Wyatt
n00b
n00b


Joined: 02 Mar 2007
Posts: 15
Location: Columbus,OH,USA

PostPosted: Tue Oct 23, 2007 11:35 am    Post subject: Reply with quote

Well I've been working on getting Gentoo working on one of these specimens and, frankly comrades, I'm getting a headache. So if I can pick your collective brain for ideas/advice...

First off, I'm getting "Clocksource tsc unstable" at boot, which doesn't seem especially harmful, but also is rather annoying a hang, considering it doesn't actually happen with the live CD at boot (2007.0). Unfortunately, most of the imformation I'm finding on this is buried in the lkml and is inconclusive at best

Second, the hard drive is being detected as a PATA device (rather than SATA) and trying to disable generic IDE support in the kernel seems to have not helped one whit. In fact, I had to go back with the livecd and reenable it or it would boot-panic. What modules should be enabled to make the chipset play nice?

Ethernet....well I guess that works now. sky2, at least, is nice and useful.

Thanks,
Wyatt
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum