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

rackathon
Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
rabarkar
n00b
n00b


Joined: 24 Apr 2005
Posts: 9

PostPosted: Fri Apr 29, 2005 11:03 am    Post subject: Installing Gentoo on Toshiba M45 Reply with quote

I'm starting this topic so everyone owning a Toshiba M45 can post some common problems when we want to install gentoo in this machine.

I've manage to get gentoo working on this computer, and here are what I was able to get working, and what not, and the main issues I've found:

Basically, my installation was made using the following components:
- Install gentoo using the 2005.0 LiveCD
- Using the vanilla-kernel

1. Booting Gentoo, and set up the network.
At the begining I booted the system using the default kernel configuration, just to realize that I was unable to get the networking up. This machine comes with 2 network interfaces, listed below, as reported by lspci:

Code:

0000:01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 Fast Ethernet Controller (rev 10)
0000:05:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)


The LiveCD comes with the module "skge" wich is supposed to get the Marvell interface working, but in my case, it did not work, so I reoriented my efforts to the Wireless card, which can be put to work using the ipw2200 module, incorporated in the LiveCD. But, in my first attempt, I was unable to use the wireless lan card.

After days of investigation, I found a problem, or conflict, I'm not sure, with ACPI in this computer. All I had to do was start the LiveCD, disabling ACPI, using the kernel parameter noacpi:

Code:

gentoo noacpi


Once I booted disabling the acpi option, and in the system prompt, I just had to load the requiered wireless module:

Code:

modprobe ipw2200


And voila!! an eth0 interface appeared, showing the wireless interface:

Code:

gaia root # ifconfig -a
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:14 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:700 (700.0 b)  TX bytes:700 (700.0 b)

eth0      Link encap:Ethernet  HWaddr 00:0E:35:FF:1F:65
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:7 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:11 Base address:0x6000 Memory:b800b000-b800bfff


From this point, all we have to do is to follow the gentoo installation manual to get a gentoo base system up and running! Remember, when configuring you kernel, activate support for wireless extension and the intel graphics card.


2. Post Instalation review

Now, with a gentoo base working system, the next step was configure the Marvel Ethernet card. The modules that comes with the kernel don't work as expected, so, as many places in Internet advice, I used the driver patch avaibale at the SysKonnect site, you can get from here. I just had to unpack it, and run the install.sh script. A working module (sk98lin) was sucessfully created, solving the Ethernet driver problem.

For the Wireless card, all I had to do is to emerge the ipw2200 driver, which automatically emerges the firmware files, needed for the driver. Oh, and don't forget to emerge wireless-tools too:

Code:

emerge ipw2200
emerge wireless-tools


ACPI Problem

I must say that the problem with ACPI persists when the gentoo system is installed, so as I enabled it on the kernel, I have to use the acpi=off option in the grub configuration file:

Code:

title=Gentoo Linux 2.6.11.7
root (hd0,3)
kernel /boot/kernel-2.6.11.7 root=/dev/sda4 acpi=off vga=0x318


When I enable ACPI at start, the wireless and wired network stop to work... an IRQ 11 problems is reported in the kernel message log.

Audio Problem

About the audio stuff, the sound card, as listed by lspci is:

Code:

0000:00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)


I'm using ALSA, and followed the Gentoo Linux ALSA Guide. So, as you can imagine, the driver choosen for this card is the intel8x0. Keeping this in mind, I followed the entire doc, without problems... but with no success.

I installed the media-sound/alsa-driver-1.0.8 package, and everything "looked" fine, I mean, no error, no problems at module loading, but no sound was available! Checking the kernel messages, there were not error messages at all. This is all I get from the alsa module:

Code:

Apr 29 09:19:53 gaia PCI: Found IRQ 10 for device 0000:00:1e.2
Apr 29 09:19:53 gaia PCI: Sharing IRQ 10 with 0000:00:1c.0
Apr 29 09:19:53 gaia PCI: Setting latency timer of device 0000:00:1e.2 to 64
Apr 29 09:19:53 gaia intel8x0_measure_ac97_clock: measured 49542 usecs
Apr 29 09:19:53 gaia intel8x0: clocking to 48000


An interesting thing to check is, that when I check the hardware details in Guindous, the Audio Card is reported to use IRQ 11, and as you can see in the kernel log, is using IRG 10. I will check it out later, with more time.

Other weird thing happens with sound, occurrs when I start KDE, and with this, arts daemon. Arts does not work at all, and after a couple of minutes it comes out with this error dialog saying:

Code:

Sound server fatal error:
cpu overload, aborting


; after this, arts dies.

Packages Installed

With this enables hardware I installed the next packages:

o x11-base/xorg-x11-6.8.2-r1
o kde-base/kdebase-meta-3.4.0

Everything seems to work good, even when I enable the composite extension in Xorg, in fact, on the TruBrite Wide screen of this machine, KDE 3.4 looks wonderfull!!

Resume

Here is a lista of what I've manage to get working:

a. Wireless Card
b. Ethernet Card
c. Video

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 triying 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
Back to top
View user's profile Send private message
CDeSousa
n00b
n00b


Joined: 12 May 2005
Posts: 2

PostPosted: Thu May 12, 2005 5:16 pm    Post subject: Help Installing Gentoo on Toshiba M45 Reply with quote

IT doesnt work for me, I couldnt start any of the networks devices using the boot CD. The wireless card was detected but it doesnt connect, i have tried with severals routers but nothing. I have tried EVERYTHING including a pcmcia ethernet card but it doesnt work.
I am really frustated rigth now, I am new to Gentoo. I have used Fedora and Mandrake before but i want to install Gentoo in my new Laptop, if you know any alternative way to make a network device work(wireless, ethernet, pcmcia) please post it.
Back to top
View user's profile Send private message
CDeSousa
n00b
n00b


Joined: 12 May 2005
Posts: 2

PostPosted: Tue May 17, 2005 8:19 pm    Post subject: Sound Intel Corporation 82801FB/FBM/FR/FW/FRW Solved Reply with quote

Hi I had managed to get the sound working. It doesn't give me any trouble using the alsa modules. This is what i do
Code:

 - emerge alsa-utils
 - emerge alsa-lib
 - alsaconf   

In alsa conf the sound card was detected with no trouble ( it also detected another card but i am not sure what was that y just select the one listed in lspci ). With that you should get sound with xmms rigth away to get the sound to work in KDE edit the make.conf file.
Code:

emacs /etc/make.conf

and add this FLAG at the end of the file
Code:

ALSA_CARDS="intel8x0"

That should get it to work :).
Always check that the audio channels arent muted for that you can use amixer or another mixer. alsaconf should unmute all the channels by default
Back to top
View user's profile Send private message
rabarkar
n00b
n00b


Joined: 24 Apr 2005
Posts: 9

PostPosted: Tue May 17, 2005 10:36 pm    Post subject: ACPI Problem Update Reply with quote

ACPI Problem

I have received some help from the Toshiba Support Forum about how to deal with the ACPI Problem (thanks to Luis Pinto). The solution is to disable the IRQ routing using ACPI, this is done by editing my /boot/grub/grub.conf, and passing the acpi=noirq option, as seen below:

Code:

title=Gentoo Linux 2.6.11.7
root (hd0,3)
kernel /boot/kernel-2.6.11.7 root=/dev/sda4 acpi=noirq vga=0x318


; in this way, ACPI works along with all network devices. There's only a problem that I've detected: when I use an external USB Hub to conect a external Keyboard and Mouse (and some other devices), there seems to be a problem that causes the USB Subsystem to break down, when it happens, all network devices stop to work. This is not a mayor problem, I've been using the laptop with this option without any external device and works great.

About sound... this still a strange thing: I've reinstalled alsa many times, I get no errors (even the KDE error has disapeared!), but no sound comes out!! (and yes, I have unmuted all channels using alsamixer, and I have checked that when alsa is started, mixer levels are restored). Something interesting I've found, is that when I stop alsa using the alsasound init script, I can hear a little clap in the speakers.

I'll still trying to found what's wrong with it!!

Thanks everyone!!
Back to top
View user's profile Send private message
higor
n00b
n00b


Joined: 19 May 2005
Posts: 1

PostPosted: Tue May 31, 2005 8:39 pm    Post subject: sound Reply with quote

I'm using intel ac97 alsa driver and sound is working. My driver is built in kernel.

My driver is:
Intel/SiS/nVidia/AMD/ALi AC97 Controller

I install alsa-utils e alsa-lib too.
Back to top
View user's profile Send private message
EvenOdd
n00b
n00b


Joined: 14 Jul 2005
Posts: 3

PostPosted: Thu Jul 14, 2005 1:58 am    Post subject: Re: ACPI Problem Update Reply with quote

rabarkar wrote:

; in this way, ACPI works along with all network devices. There's only a problem that I've detected: when I use an external USB Hub to conect a external Keyboard and Mouse (and some other devices), there seems to be a problem that causes the USB Subsystem to break down, when it happens, all network devices stop to work. This is not a mayor problem, I've been using the laptop with this option without any external device and works great.


I had this exact same problem when I was using the "acpi=noirq" flag on startup. My usb wireless mouse would work for about two minutes then freeze out of nowhere. At the exact same time networking would also quit. By using "acpi=off" instead, I've been able to have all networking and sound capabilities, and my USB is stable as well.

This thread has been a *huge* help for me. Without your guys' help, I wouldn't be running linux on my Toshiba M45 (S331).

Key information I used:
modprobe ipw2200 wireless drivers if networking during installation is absolutely necessary
Using "gentoo-sources" gave me a randomly crashing kernel during bootup. "vanilla-sources" works perfectly
sk98lin drivers from syskonnect web site, use generate patch mode
recompile kernel with Ethernet (1000 Mbit) --> <M> Marvell Yukon Chipset / SysKonnect SK-98xx Support
add "sk98lin" to /etc/modules.autoload.d/kernel-2.6 to load module on startup
emerge alsa-utils and alsa-lib. alsaconf didn't find my sound card. used amixer to turn controls on, alsamixer to turn up volumes
Back to top
View user's profile Send private message
rabarkar
n00b
n00b


Joined: 24 Apr 2005
Posts: 9

PostPosted: Wed Jul 27, 2005 9:40 am    Post subject: Reply with quote

Just to update this thread. I was able to get sound working using the intel8x0 driver. The issue I found (with help of blurp http://forums.gentoo.org/viewtopic-t-363473-highlight-.html) is that when I used alsamixer to unmuted channels, I unmuted all channels, this was my mistake. There are two channels that must be muted in order to allow redirection of sound to the laptop speakers: "Headphone Jack Sense" and the "Line Jack Sense". Once I mute this channels, everything started to work OK.

Thanks everyone again!
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Mon Aug 01, 2005 2:02 pm    Post subject: Reply with quote

Hi everyone,

I just wanted to know what is the alternative method to install gentoo without the wireless. My adsl modem is not wireless and I have yet to by a card for it. So last night I tried to get the wired nic going but with the same dissapointment as you guys experienced. So if I have no wireless and would like to start a stage 1, what are my options? Thanks
_________________
" 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
zpet731
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Thu Aug 04, 2005 6:14 pm    Post subject: Reply with quote

So does anyone have any ideas. Thanks again, hope to get a reply soon.
_________________
" 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: Fri Aug 05, 2005 3:32 am    Post subject: Reply with quote

I was in a similar situation with a Toshiba Satellite A80 notebook. Same Yukon Ethernet chip and Intel wireless networking not working on the LiveCD. I installed the base system (stage3) from the 2005.0 LiveCD, emerge'd gentoo-sources from the CD, compiled the kernel, downloaded the sk98lin driver, installed it via the kernel patch option into the kernel sources, built the kernel and I finally had network access for full emerge.

I've created an install guide for the Toshiba, it's not finished yet, but maybe it can help others.

Read here: Installation on Toshiba Satellite A80-154

The sound (ICH6 AC97) still doesn't work. Everything looks alright, I've unmuted some/all channels, but I haven't heard a thing yet.

Regards.
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Sun Aug 07, 2005 1:15 am    Post subject: Reply with quote

I decided to go with the wireless setup which ment buying a wireless router and setting that up first. Then Memo thanks to you I managed to probe the ipw2200 module. Yes indeed it must first be removed and the probed again. The reason for this is that the kernel also loads the bluetooth module and maybe there is a conflict. Well thanks again guys for the help, so far it is smooth sailing. Im emerging the system and am almost half way done. I'll let you know how things go.
_________________
" 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
zpet731
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Sun Aug 07, 2005 6:59 pm    Post subject: Reply with quote

Ok I booted into the new kernel and there are several problems:

loading af_packet fails
nvidia fails

and setting /etc/hostname which i setup via /etc/conf.d/hostname. Don't know why it complains. I think I'll just copy /etc/conf.d/hostname to /etc/hostname. For the rest I am not sure yet.

Also I have problems with setting up my network. No matter what I do wireless or wired I cannot connect.
_________________
" 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
zpet731
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Mon Aug 08, 2005 6:08 am    Post subject: Reply with quote

Ok finally got the wired connection set. I didn't dispatch the new config files after the installation which caused problems. Then I just created the appropriate symlink for eth0 and with a few reboots and changing stuff in conf.d/net it finally worked. Im just wondering do the wireless and wired connections conflict at all. Does one need to be turned off for the other one to work? Some info and your experiences would be nice.

Wireless is a whole new ball game. Still having trouble with it. If anyone can post their conf files that would be great. Do I need to setup eth1 the same way as eth0 in conf.d/net, plus add the wireless stuff essid and key in conf.d/wireless? Does your little light for the wireless turn off after each reboot and do you need to turn it off and on again for it to be recognised?

Also what is the af_packet module for. It keeps on failing on boot? So does nvidia but I still haven't come to installing it yet.

Apart from the above everything else seems fine so far...

Thanks for your help
_________________
" 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
zpet731
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Tue Aug 09, 2005 2:55 am    Post subject: Reply with quote

Ok a few steps forward now...

I managed to get the networking part going. I have managed to get the wired and wireless on it's feet. Still need to do some optimisation in the config files for it to work flawlessly but so far I am happy. Still having to move the switch to off and back on after a reboot, so if anyone had the same problem and has found a solution I would be happy to hear it.

Thanks to mnemo:
Nvidia work great, so far. glxgears outputs almost the same values as my amd64 which runs the same card so happy with that. Plus I needed to muck around a bit more with the xorg.conf to get the nice resolution going.

For the sound I am just about to install the alsa utils so I'll update on this.

Currently my main concern is the dma setting especially for the dvd drive. I cannot seem to get dma going. I believe I have the correct settings in the kernel. I used mnemo's guide for the basis of my setup but there were some extra modules that were already preselected for me, that I didn't turn off. If someone has any input on the dma that would be great.

There is a lot of mucking around to be done, but so far I am happy. Hope to hear from you soon. Hehe the last 4-5 posts were all me, but then again I am at the peak of setting this machine up. Most of you can sit back and relax...

Ohh one other thing does anyone know if it is possible to set the touchpad mouse to behave similarly to windows. What I'm talking about is the double tap for grabing windows and stuff? I used it in windows breifly before I formated the hardisk and decided on a all gentoo centrino :P
_________________
" 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: Wed Aug 10, 2005 4:17 am    Post subject: Reply with quote

Hi!

Excuse me for not answering yet, I didn't monitor the forum in the last few days. I'm glad I could help you a bit with my small guide.

I had wireless networking successfully configured using wpa_supplicant - I will add that to the guide as well. Basic stuff, just my router at home, no roaming or other access points.

You should use the ipw2200 1.0.6 module, which is in the ~x86 unstable tree. Just add ipw2200, ieee80211 and ipw2200-firmware to the /etc/portage/package.keywords file if you're normally emerging the stable tree (sorry, I don't have the notebook with me right now for copy&paste). This will also allow you to use programs like Kismet.

Regarding DMA on the DVD drive, I'm having the same problem. hdparm -d says that DMA is off, but it's not possible to enable it because an ioctl call fails. Maybe hdparm is wrong and DMA is already enabled?

I've read some articles about the double tap... Haven't yet bothered again getting it to work because I'm using a USB mouse. There's a new ALPS driver for the touchpad or something. If I have the time, I'll investigate.
Back to top
View user's profile Send private message
ewaller
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Thu Aug 11, 2005 1:28 am    Post subject: A first post from a new M45 owner Reply with quote

I am new to Gentoo and I've a new M45. This forum is just what I've been looking for...

My experience thus far:
I figured out how to resize the NTFS partition with Windows down to 20 GB.
Partitioned the rest of the drive in accordance with the 2005 handbook
I installed using a stage III install without network.
Used windows to download the IPW2200, IEEE80211, and wireless-tools.
Rebooted Linux, moved the tar files over from NTFS and installed them
The network came up, found my wireless router (using brute force: ifconfig, iwconfig, route)
emerge sync -ed
emerge --update world
emerge KDE-meta. No luck on 1280x800 until I played with keywords to use Xorg-x11-6.8.99.15 then 1280x800 worked.
ALSA config fought with me. Installed it all in the kernel and hand configured.
BIOS complained of IRQ 10 nobody cared ... sound was unreliable. kernel option acpi=noirq fixed all that.
SanDisk USB Flash Drive works fine as SDB1
Download NTFS tools and proved I could (barely) back the NTFS partition up to a DVD-RAM. Restored it to another computer. Good, now when that becomes compromised I can re-install it rather than use the nuclear option (factory default)
Still no DRI or XV. glxgears score ~ 500 f/s
I am fighting with the DRI patch (described in another thread) right now. I'll report further.
I'll be glad to share my config files with anyone who asks.
_________________
If they want it real bad, they will get it real bad.
Back to top
View user's profile Send private message
ewaller
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Thu Aug 11, 2005 8:19 am    Post subject: Reply with quote

Okay, Xorg compiled over night -- with the DRI patch!!

The good news: xvinfo and xdriinfo indicate I have XV and DRI
The Xorg.o.log is full of goodness as well.

The bad news: glxgears reports a _very_ disappointing ~33 f/s. Oh well, off to work... more this evening.
_________________
If they want it real bad, they will get it real bad.
Back to top
View user's profile Send private message
mnemo
n00b
n00b


Joined: 24 Jul 2003
Posts: 13

PostPosted: Thu Aug 11, 2005 3:29 pm    Post subject: Reply with quote

glxgears on my Toshiba says 4435 FPS. ;-)

Good luck!
Back to top
View user's profile Send private message
ewaller
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Fri Aug 12, 2005 10:23 am    Post subject: Reply with quote

mnemo,

Okay I'll bite.
What is your color depth?
are you running 1280x1024?
What Version of Xorg are you running?
Which Kernel are you running?
Are you running with ACPI=off? ACPI=noirq? irqpoll?
Is your kernel compliled with IRQ balancing?
Are you using the memset patch to DRI to get the system to allocate AGP memory?

Here is my situation as of 00:15 this morning (PDT)
I can achieve ~ 800 f/s with DRI v.s. ~200 without.
Unfortunately, If I run glxgears having booted with ACPI=noirq, My wireless connection locks up hard.
If I run with ACPI=off, the network continues, but ALSA goes la-la.
All of this seems to be related to IRQ11
I am at 1280x800 with a 24 bit color depth.
I have compiled in IRQ load balancing to the Kernel.
Even with 800f/s, xine drops *way* to many frames (playing mpeg movies, recorded by a digital camera, stored on /dev/sda)
_________________
If they want it real bad, they will get it real bad.
Back to top
View user's profile Send private message
zpet731
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Fri Aug 12, 2005 11:45 pm    Post subject: Reply with quote

I get similar results a mnemo for glxgears. Have no problem with the sound what so ever and the networking is fine as long as acpi is off. If I turn off irq then the computer simply hangs once I start xorg. So far I am trying to get DMA going. What does hdparm say for the hardrive and cdrom speed. What is your kernel config for the pci?
_________________
" 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
zpet731
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Fri Aug 12, 2005 11:53 pm    Post subject: Reply with quote

One more thing, are you having problems with running 1280x1024 that is a tought one. Didn't you mean 1280x800. Can you post you Xorg.log file, thats most likely where your problem is. Also mnemo I am really sceptical that you managed to get your resolution with the settings you have in your xorg.conf file. Would you mind posting it so I can have a look. Thanks

(ps. you can just create a link so I can grab it, so you don't post the whole thing in the forum.)
_________________
" 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: Sat Aug 13, 2005 3:55 pm    Post subject: Reply with quote

ewaller, remember that I have a Satellite A80-154, not a M45.

Kernel 2.6.12-gentoo-r6
Xorg V6.8.2
Video hardware: Nvidia GeForce Go 6600, 128 MB RAM
Resolution: 1400x1050, 24 bit
ACPI fully enabled (via kernel)

I can't find an IRQ balancing option in the kernel config and haven't applied any patches regarding DRI.

zpet731, you can find my current kernel .config and /etc/X11/xorg.conf here:
http://www.mnemotron.de/tosh_config.txt
http://www.mnemotron.de/tosh_xorg_conf.txt

I'm still experimenting with the touchpad and stuff, so that's not final.
Back to top
View user's profile Send private message
ewaller
Tux's lil' helper
Tux's lil' helper


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

PostPosted: Sun Aug 14, 2005 11:20 pm    Post subject: Reply with quote

mnemo,


Thanks, I had missed that you are running an A80 -- my bad. I'll grab your config to compare latter tonight. I took a sanity day away from this system so I still in the same place I was. Thanks for the feedback.
_________________
If they want it real bad, they will get it real bad.
Back to top
View user's profile Send private message
Mindstab
Apprentice
Apprentice


Joined: 01 Jan 2003
Posts: 271
Location: Vancouver, Canada

PostPosted: Mon Aug 15, 2005 12:31 pm    Post subject: Reply with quote

at a glace it looked like you had the same sound card as my M40x laptop
take a look at http://www.mindstab.net/wordpress/archives/42
enables multiplexing of audio with alsa
might help with your kde + arts problem?
Back to top
View user's profile Send private message
Ryoku
n00b
n00b


Joined: 15 Aug 2005
Posts: 1

PostPosted: Mon Aug 15, 2005 1:30 pm    Post subject: Reply with quote

I found this in another forum, but it may help to fix the acpi problem. Try passing the kernel parameter "acpi_load_balance" (without quotes) instead of the other acpi settings.

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
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 - 5 Hours
Goto page 1, 2  Next
Page 1 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