LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-19-2004, 03:51 PM   #16
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58

What do you get for this card when you do 'lspci'?
 
Old 05-19-2004, 04:23 PM   #17
BamaRob
LQ Newbie
 
Registered: May 2004
Location: Alabama, USA
Distribution: Debian Sid w/ 2.6.5 kernel
Posts: 9

Rep: Reputation: 0
I decided to give the instructions here http://www.desktop-linux.net/ati.htm a try. And it worked! Well, sort of. Now, I can log in to a console and do 'startx' and X starts up fine but I have to move the mouse (touch pad) around for a couple of seconds for it to initialize it, then it works great. In my XF86Config-4 file, I have the mouse protocol set to "auto" and in /var/log/XFree86.0.log, I see:

(II) Mouse autoprobe: selecting MouseManPlusPS/2 protocol

If I change

Option "Protocol" "auto"

to

Option "Protocol" "MouseManPlusPS/2"

in my XF86Config-4 file under the mouse's "InputDevice" section, when I do startx, I don't have the delay before the mouse starts working.

glx is loading, dri is loading, I'm using the "radeon" driver. All seem to be working OK. glxgears shows 400-500 fps where before I was only getting 100-200 fps. This still isn't as good as I think I should be getting with this card, but hey, I'll take it.

The only problem I'm having now is that kdm isn't starting when the machine starts up. It tries, but dumps me to a console. /var/log/XFree86.0.log shows:

error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy
(**) Option "Protocol" "MouseManPlusPS/2"
(**) Mouse1: Protocol: "MouseManPlusPS/2"
(**) Option "SendCoreEvents" "true"
(**) Mouse1: always reports core events
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(EE) xf86OpenSerial: Cannot open device /dev/psaux
No such device.
(EE) Mouse1: cannot open input device
(EE) PreInit failed for input device "Mouse1"
(II) UnloadModule: "mouse"
(II) Keyboard "Keyboard1" handled by legacy driver
(WW) No core pointer registered
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
(II) Server_Terminate keybinding not found
No core pointer

Fatal server error:
failed to initialize core devices

As I said before, I can log in to a console and do 'startx' and it comes up fine. From the xterm there, I can start icewm, and it's usuable, but I'd rather have kdm starting at boot up.

Any ideas?

Thanks,

BamaRob
 
Old 05-19-2004, 04:29 PM   #18
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
What sort of touchpad do you have?
 
Old 05-20-2004, 12:41 PM   #19
BamaRob
LQ Newbie
 
Registered: May 2004
Location: Alabama, USA
Distribution: Debian Sid w/ 2.6.5 kernel
Posts: 9

Rep: Reputation: 0
Thumbs up

OK. I figured out that I had some symlinks that were screwed up. I seem to have everything working reasonably well now. I'm running XFree86 4.3.99.12 with the radeon driver. glx and dri are both loading and everything seems to be working good. I played the "Ice Age" DVD which had problems before keeping the video and audio in synch. It plays flawlessly now. Tuxracer and chromium both work great. 'glxgears' averages 561.800 fps. Still not the greatest, but more than sufficient for my uses thus far.

Thanks to all, especially Aussie (for the patience you've shown).

BR


P.S. Also had to add:

Option "AllowMouseOpenFail" "true"

to my "ServerFlags" section.

Last edited by BamaRob; 05-20-2004 at 03:16 PM.
 
Old 05-24-2004, 03:59 AM   #20
pheakv6
LQ Newbie
 
Registered: May 2004
Posts: 1

Rep: Reputation: 0
zv5160us and Suse 9.0

I have a similar model (zv5160us) with the same hardware... ATI Technologies.. UNknown model soundcard and a ATI Radeon 9000 IGP graphics card.. am running suse 9.0... Am having trouble 'insmod'ing the snd-atiixp module into the default kernel that comes with Suse 9.0... am i missing something ?
Please help... I too had the same problem with the official ATI graphics drivers... "No Screens found" found i started X... the install options are very confusing... does someone have a standard install config for ATI flrglx install that i cud use ?...
 
Old 05-24-2004, 05:02 AM   #21
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
pheakv6,
We really need to see your error messages before we can comment on what may be causing them, and filling out your user details with your distribution helps, the version of said distro is another piece of the puzzle, so to speak.
 
Old 09-24-2004, 04:16 PM   #22
teshdor
LQ Newbie
 
Registered: Sep 2004
Distribution: Suse 9.1 Pro
Posts: 13

Rep: Reputation: 0
My soundcard wont even start, I have the zv5120us as well, what do you think the problem is?
 
Old 10-12-2004, 10:38 AM   #23
visualjc
LQ Newbie
 
Registered: Oct 2004
Distribution: Fedora Core 2 / reByte v2
Posts: 3

Rep: Reputation: 0
DyeKid,

Sometimes this card would work, some time it wouldn't work. After doing some research I found that turning off ACPI fixed the issue.

I added pci=noacpi to my kernel parms

You might try turning off ACPI. My speculation is that ACPI turns off the IRQ for the sound card.

Hope that helps.

You might also try to go to ALSA website and follow the install guide (sorry in advance if you have already). The link is:
http://www.alsa-project.org/alsa-doc...&module=atiixp

I am running ALSA 1.0.2 on fedora 2 core.
 
Old 11-17-2004, 11:55 PM   #24
Download
LQ Newbie
 
Registered: Oct 2003
Posts: 1

Rep: Reputation: 0
sound

all you have to do is run rexima and make sure volume and PCm is turned up.. otherwise check to make sure the sound is not neing used by the modem .. therefore for you have to blacklist the modem for sond..
 
Old 02-14-2006, 11:30 PM   #25
towsonu2003
Member
 
Registered: May 2005
Distribution: Ubuntu 6.06
Posts: 129

Rep: Reputation: 15
I know this is old, but: I have this zv5120us, sound works with ubuntu 5.10. just wanted to let you know. it also worked with suse 10 and slackware (had to setup alsa).

If you succeeded, what steps did you take to make the ati drivers work? the newest ati drivers say they don't support 3d for ati mobility 9000 9100...

oh, the modem is also working with precompiled slmodemd drivers from linmodems.org, but ONLY in ubuntu.

Last edited by towsonu2003; 02-14-2006 at 11:31 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No Sound, hardware not installed SolidSnakeX28 Linux - Hardware 1 07-29-2005 03:28 PM
"syn flood attack" How do I investigate this? oily_rags SUSE / openSUSE 2 04-28-2005 09:29 PM
zv5120us no sound ATI-IXP150 teshdor Linux - Laptop and Netbook 2 10-12-2004 10:30 AM
Using a KNOPPIX CD to investigate Linux compatibilty. 3.1416 Linux - General 1 05-15-2004 04:03 PM
Mandrake 10, no sound - how do I investigate? owain Linux - Newbie 6 04-17-2004 05:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration