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 - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-18-2004, 09:04 AM   #1
SirrusX
LQ Newbie
 
Registered: Nov 2004
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
newbie has some problems


Alright so I installed slackware 10 yeasterday.

The thing is either am I stupid, doesn't know how to do things or maybe both. There has probably been other threads concerning these things but I didn't understand them or I didn't get it to work.

Anyway I have a SB Live 5.1 soundcard from which there come no sound at all.
And second problem I have is my optical wheel mouse which doesn't scroll.

And also at what point should I update the kernel?


Sirrus
 
Old 11-18-2004, 09:12 AM   #2
cogburnjs
LQ Newbie
 
Registered: Jul 2004
Distribution: Gentoo
Posts: 13

Rep: Reputation: 0
First for scroll mouse do this edit using your favorite text editor
Edit : /etc/X11/XF86Config

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
EndSection

Guess what ? DONE. Restart Your X- WIndows .. that's all.

for sound chechk out alsa sound
 
Old 11-18-2004, 09:58 AM   #3
SirrusX
LQ Newbie
 
Registered: Nov 2004
Distribution: Slackware
Posts: 20

Original Poster
Rep: Reputation: 0
I have actually seen other threads where this has been said but I doesn't seem to have a file named XF86Config. Or at least it isn't there.

As for the sound I have run alsaconf. It found emu10k1 Creative Labs blah, blah.
Anyway I selected it. After that it asked if it should modify etc/modules.conf.
After that it said it was finished and I only needed to run a mixer to set the volume but that didn't seem to help.

Sirrus
 
Old 11-18-2004, 10:09 AM   #4
guzzi
Member
 
Registered: Jun 2004
Location: Lawrence, KS
Distribution: Slackware
Posts: 313

Rep: Reputation: 40
SB live 5.1

Hello

Have the same sound card here running on Slack 10 kernel 2.4.26.

To activate the sound card after installing Linux, go to /etc/rc.d/rc.modules

Uncomment the line that says something about emu10K1, and save the file.

It took some trial and error, but I have found that to work every time without doing anything else.

Good Luck
 
Old 11-18-2004, 10:35 AM   #5
predator.hawk
Member
 
Registered: Aug 2004
Location: USA
Distribution: FreeBSD-5.4-STABLE
Posts: 252

Rep: Reputation: 30
for mouse scrolling, edit /etc/X11/xorg.conf and add Option "ZAxisMapping" "4 5" to the mouse section. Next change protocol to IMPS/2. Save, Exit and restart X.

Last edited by predator.hawk; 11-18-2004 at 10:37 AM.
 
Old 11-18-2004, 11:16 AM   #6
reflection666
LQ Newbie
 
Registered: Nov 2004
Location: Athens, GR
Distribution: Mandrake 10.1, Ubuntu Hoary, Debian woody
Posts: 26

Rep: Reputation: 15
do you have an onboard soundcard?

have you turned it off from the BIOS settings?
 
Old 11-18-2004, 11:39 AM   #7
SirrusX
LQ Newbie
 
Registered: Nov 2004
Distribution: Slackware
Posts: 20

Original Poster
Rep: Reputation: 0
Okay so now the mouse seems to work. Thank you for that.

As for the soundcard I unmarked the line with emu10k1 rebooted... and nothing, tried to run alsa again, checked the mixer but still nothing.

The soundcard isn't turned off in the BIOS, or then I just overlooked it. But anyway it works fine in windows xp so I don't think it's the BIOS thats the problem here, right?

Sirrus
 
Old 11-19-2004, 04:38 AM   #8
reflection666
LQ Newbie
 
Registered: Nov 2004
Location: Athens, GR
Distribution: Mandrake 10.1, Ubuntu Hoary, Debian woody
Posts: 26

Rep: Reputation: 15
I meant that if you have an onboard soundcard (on the MB --- ex. Nforce MBs or whatever) and a pci soundcard (ex. SBLive) the system sometimes (at least in my case) uses the onboard one as default... So the sound is OK but you've plugged your cable in the wrong soundcard. If you switch the onboard's power off from the bios, the on the next startup (or setup) its the only (and default) soundcard...

 
Old 11-19-2004, 04:47 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I have an SB Live card that works fine with Linux, but as mentioned above, I have to disable the soundcard built in to the motherboard.
 
Old 11-19-2004, 06:58 AM   #10
SirrusX
LQ Newbie
 
Registered: Nov 2004
Distribution: Slackware
Posts: 20

Original Poster
Rep: Reputation: 0
Sorry if I maybe kept a misunderstanding going for a while.

I don't have a onboard sound card so the only soundcard I have is the SB Live.

Sirrus
 
Old 11-19-2004, 07:30 AM   #11
alexrait1
Member
 
Registered: Jul 2003
Location: Israel
Distribution: slackware current kernel 2.6.9
Posts: 70

Rep: Reputation: 15
Quote:
Originally posted by cogburnjs
First for scroll mouse do this edit using your favorite text editor
Edit : /etc/X11/XF86Config

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
EndSection

Guess what ? DONE. Restart Your X- WIndows .. that's all.

for sound chechk out alsa sound
I think this was posted dozens of times. I guess, if it is set to be the default option, that will save a lot of time and troubles to all of us.
A simple mouse will continue to work anyway, so it really unclear to me, why it wasn't done so far.

Can anyone tell me what are the cons to my suggestion?
 
Old 11-19-2004, 07:49 AM   #12
rutty
LQ Newbie
 
Registered: Apr 2004
Posts: 13

Rep: Reputation: 0
I think even if you chose the IMPS/2 option during the install it doesn't set this up properly in xorg.conf. Maybe it's an install bug.

Either way I've found it easier to run xorgconfig once the install has finished - assuming you know enough about your hardware (such as monitor refresh rates etc) then this set up xorg.conf to run better for your installation than the one that it sets up during the install.
 
Old 11-20-2004, 06:53 AM   #13
SirrusX
LQ Newbie
 
Registered: Nov 2004
Distribution: Slackware
Posts: 20

Original Poster
Rep: Reputation: 0
Did the discussion die out now?

I still haven't got any sound in linux so if someone still bothers, I would appreciate it.

Sirrus
 
Old 11-20-2004, 07:45 AM   #14
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
Just to verify, you ran alsaconf and it found your card okay. You then ran alsamixer and you unmuted the channels (there are no Ms above the level bars) and you increased the volume bar and PCM bar. You then ran alsactl store. But still have no sound. Windows works so the cables are all plugged in. What window manager do you use and have you checked your volumes there?
 
Old 11-20-2004, 02:14 PM   #15
SirrusX
LQ Newbie
 
Registered: Nov 2004
Distribution: Slackware
Posts: 20

Original Poster
Rep: Reputation: 0
Hmmm, I just ran alsaconfig again, and the alsa mixer. I wonder why I didn't notice it before but I suppose this cant be right.

As I said I have a SBLive 5.1 soundcard but the card that alsamixer says I have is a Brooktree Bt878, with the chip Bt87x. This doesn't to me sound like it was made by Creative.
But then again I have a Hauppage winTV board with if I'm not mistaken a 878 chip.

Could this be some kind of mixup.
 
  


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
Newbie problems... :( DARKGuy Mandriva 3 08-23-2005 10:48 PM
Not so newbie, but having X problems, just the same... polonius19 Linux - Newbie 3 08-12-2004 05:37 PM
Newbie having problems... Sirus Linux - Wireless Networking 3 06-02-2004 09:28 AM
assorted newbie problems howzat Linux - Newbie 8 09-09-2003 09:01 AM
newbie having device problems carlcromer Linux - Software 8 04-16-2001 12:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:10 PM.

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