LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 01-11-2006, 10:58 AM   #1
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
How do I change these hardware settings


This is how YaST displays my soundcard settings. I want to remove the one titled CA0106. I think it got added when I ran alsaconf and chose the Soundblaster Audigy LS. YaST tells me I have ALSA v1.0.10-0. .

This is how YaST displays my TV card settings. I want the 2nd one to be the one I use and the 1st one deleted. When I click on Delete, I can remove the 2nd one but if I do that to the first one it just returns as Not configured.

How do I remove all the entries and install them from scratch. Command line instructions will do just fine.
 
Old 01-11-2006, 11:41 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You can just delete them and then set them up from scratch using those config tools.
 
Old 01-11-2006, 11:56 AM   #3
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
Delete them where coz as I say when I try to delete them I am never left with a situation where the list is empty.

[edit]Regarding my sound settings, this is the error I get when I try to configure the SB Live 24-bit.

Last edited by Jongi; 01-11-2006 at 01:19 PM.
 
Old 01-11-2006, 11:26 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
When you delete the hardware configuration settings you may have made, save the changes and close the config tool. Restart it, so that it automatically detects your hardware and then configure it. As for your soundcard, I think thats the wrokg driver. If its a creative soundblaster, the right drivers would be the snd-emu10k1.
 
Old 01-11-2006, 11:36 PM   #5
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
But reddazz, that's exactly what it won't allow me to do in YaST, to remove all the items in the lists. Which is why I want to know whether there is a way to do it via the command line.

For this SB, the ca0106 is the right driver as per the ALSA website.
 
Old 01-11-2006, 11:46 PM   #6
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
In YaST I don't belive it deletes them, it still see's the hardware but changes them to "Not Configured"
 
Old 01-12-2006, 12:39 AM   #7
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
The problem is that it won't let me set the 1st item (CA0106) listed on the soundcard settings to not configured. In fact if I try to Edit that item, the YaST Sound Configuration module closes.

At this rate I am just gonna re-install.
 
Old 01-12-2006, 12:19 PM   #8
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
ok ok, no need to go crazy.. jk.

do a

cat /etc/modprobe.d/sound

And copy the output here.
 
Old 01-12-2006, 12:45 PM   #9
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
Oh, another thing to cat is

cat /etc/modprobe.d/sound.YaST2save
 
Old 01-12-2006, 12:48 PM   #10
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
Too late. A re-install is almost complete as we speak.
 
Old 01-12-2006, 12:51 PM   #11
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
Quote:
Originally Posted by Jongi
Too late. A re-install is almost complete as we speak.
Ah man, you did go crazy.

What had happened was, you had an extra entry in your sounds.YaST2save file, that was not in the sounds file.

Which in turn caused YaST to close, when it tried to open the same entry in the sounds.YaST2save file, in the sounds file.

Something like that
 
Old 01-12-2006, 12:53 PM   #12
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
Worry not, knowing my luck I will have the same problem even after a re-install.
 
Old 01-18-2006, 10:24 AM   #13
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
Told you I'd be back. So after reinstalling YaST was showing only the one I wanted to see. Yet I was still have problems related to /dev/mixer. So I decided to download the alsa1.0.10 from the ALSA site and configure from the command line. Ran ./configure, make, make install, ./snddevices without issue. However modprobe snd-ca0106 came up with:

Code:
linux:/usr/src/alsa-driver-1.0.10 # modprobe snd-ca0106
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.13-15.7-default/kernel/sound/acore/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
It was at this point that I ran alsoconf again. So once again I am back to the original Sound settings problem.

Code:
linux:/usr/src/alsa-driver-1.0.10 # cat /etc/modprobe.d/sound
alias snd-card-0 snd-ca0106
alias sound-slot-0 snd-ca0106
Code:
linux:/usr/src/alsa-driver-1.0.10 # cat /etc/modprobe.d/sound.YaST2save
cat: /etc/modprobe.d/sound.YaST2save: No such file or directory
After running alsaconf, modprobe now returns:

Code:
linux:/usr/src/alsa-driver-1.0.10 # modprobe snd-ca0106
WARNING: Error inserting snd_pcm (/lib/modules/2.6.13-15.7-default/kernel/sound/acore/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.13-15.7-default/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_ca0106 (/lib/modules/2.6.13-15.7-default/kernel/sound/pci/ca0106/snd-ca0106.ko): Unknown symbol in module, or unknown parameter (see dmesg)

If it helps the Kernel version is 2.6.13-15.7-default

Last edited by Jongi; 01-18-2006 at 10:29 AM.
 
Old 01-24-2006, 04:29 PM   #14
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
If it's of any value I get the same error in FC4

Code:
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.13-15.7-default/kernel/sound/acore/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter
 
  


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
hardware settings - transfer speed MarcQuaghebeur Linux - Hardware 1 04-20-2005 10:39 PM
do hardware settings change when you reboot? dr_zayus69 Linux - Hardware 1 12-05-2004 11:25 PM
TNT2 settings, no 3d-hardware? rh9 b0uncer Linux - Hardware 4 08-04-2003 03:19 AM
Hardware Settings? Winux Linux - Newbie 1 04-02-2003 06:48 PM
Loosing hardware settings on reboot..? ScreeminChikin Linux - General 1 09-09-2002 03:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 12:25 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