LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-16-2005, 07:39 PM   #16
brazilian_user
Member
 
Registered: Nov 2005
Location: Brazil, Poá - São Paulo
Distribution: Debian Etch
Posts: 110

Original Poster
Rep: Reputation: 15

Quote:
Originally Posted by coyopil
you have installed alsa-modules and all other things realted to alsa?
I don't know. I just ran this command:

apt-get install alsa

Just it

Is it wrong??
 
Old 12-16-2005, 07:41 PM   #17
coyopil
Member
 
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139

Rep: Reputation: 14
you have installed alsa-modules 2.4.27?
could you try kernel 2.6.8 which has alsa included in the kernel?
 
Old 12-16-2005, 07:49 PM   #18
ssfrstlstnm
Member
 
Registered: Dec 2004
Location: IN, USA
Distribution: debian etch
Posts: 402

Rep: Reputation: 30
You need to install alsa-base and alsa-utils. You should have those in sarge. That will give you alsaconf which should find your soundcard. If it does not, then maybe a newer version of alsa might find it.
 
Old 12-16-2005, 08:09 PM   #19
brazilian_user
Member
 
Registered: Nov 2005
Location: Brazil, Poá - São Paulo
Distribution: Debian Etch
Posts: 110

Original Poster
Rep: Reputation: 15
Wink

Quote:
Originally Posted by ssfrstlstnm
You need to install alsa-base and alsa-utils. You should have those in sarge. That will give you alsaconf which should find your soundcard. If it does not, then maybe a newer version of alsa might find it.
Both packages are installed, I ran alsaconf but it didn't found my card, perhaps I will have to compile a new kernel (2.6), but I think that its possible to use my sound card in kernel 2.4.

Is there somebody that are using this card in Debian 3.1?

If Windows XP could work with it,
Debian Sarge 3.1 will work too...

Thanks All
 
Old 12-17-2005, 03:28 AM   #20
coyopil
Member
 
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139

Rep: Reputation: 14
Do you have a package called alsa-modules 2.4.27-386 or something like that?
You said in your first post you have run alsaconf so obviously you have alsa-utils.
There must be a simple answer to this; this card should be easy to set up.

You do not have to compile a 2.6 kernel: 2.6.8 is included in Sarge
 
Old 12-17-2005, 06:51 AM   #21
brazilian_user
Member
 
Registered: Nov 2005
Location: Brazil, Poá - São Paulo
Distribution: Debian Etch
Posts: 110

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by coyopil
Do you have a package called alsa-modules 2.4.27-386 or something like that?
You said in your first post you have run alsaconf so obviously you have alsa-utils.
There must be a simple answer to this; this card should be easy to set up.

You do not have to compile a 2.6 kernel: 2.6.8 is included in Sarge
Hi coyopi, I was looking for a package that you said (alsa-modules 2.4.27-386) and I found the source, so I tried to install but it didn't work well, look:

shadowI:/usr/share/alsa-modules-i386-1.0.10+1/debian/modules/alsa-driver# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /usr/share/alsa-modules-i386-1.0.10+1/debian/modules/alsa-driver
checking cross compile...
checking for directory with kernel source... /usr/src/linux
checking for directory with kernel build...
checking for kernel version... The file /usr/src/linux/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).

and Why there is no directory in my /usr/src ???

I'm sorry if my questions seem to be "easier" but I'm a newbie using Debian.

Thanks Very Much
 
Old 12-17-2005, 07:36 AM   #22
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Choose kernel 2.6.x. It's much easier to configure sound. You can find the kernel 2.6 packages in the "Etch" repositories. Just install a new kernel and try booting with the 2.6 kernel. ALSA is built-in to 2.6 kernels and it might even work without any configuration on your part.

ALSA on 2.4 kernels is a real pain, believe me. If you want to stick with 2.4.x try the OSS driver.

Last edited by vharishankar; 12-17-2005 at 07:37 AM.
 
Old 12-17-2005, 01:14 PM   #23
brazilian_user
Member
 
Registered: Nov 2005
Location: Brazil, Poá - São Paulo
Distribution: Debian Etch
Posts: 110

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Harishankar
Choose kernel 2.6.x. It's much easier to configure sound. You can find the kernel 2.6 packages in the "Etch" repositories. Just install a new kernel and try booting with the 2.6 kernel. ALSA is built-in to 2.6 kernels and it might even work without any configuration on your part.

ALSA on 2.4 kernels is a real pain, believe me. If you want to stick with 2.4.x try the OSS driver.
OK Harishankar, thanks for your post. Before install kernel 2.6 I´ll try work with OSS, if I couldn´t make it work I install 2.6 kernel.

Thanks
 
Old 12-17-2005, 01:31 PM   #24
coyopil
Member
 
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139

Rep: Reputation: 14
Come on, this is easy.
What kernel package exactly are you running?
Mine is 2.4.27-2-k7 as I have an Athlon processor.
possibilities are: 2.4.27-2-386
2.4.27-2-586
2.4.27-2-686
2.4.27-2-k6
2.4.27-2-k7

Find out which kernel package you are running.
edit: you say in post 1 you run 2.4.27-2-386. So: install alsa-modules-2.4.27-2-386. --Open synaptic package manager. Search for this deb package with modules. Install it. Configure the sound card with alsaconf. Adjust volume with alsamixergui (install it if you don't have it).
Put on a Big Smile when sound comes from loudspeakers.

Forget all dark thoughts about OSS, alsa-source and kernel 2.6 IT'S NOT NECESSARY

And:
"Hi coyopi, I was looking for a package that you said (alsa-modules 2.4.27-386) and I found the source, so I tried to install but it didn't work well, look:"

Well, you need to install kernel-source or kernel-headers in order to compile anything - but don't bother because there is no need to compile in order to get
alsa working with the default kernel, JUST INSTALL alsa-modules that correspond to the kernel package you use. There is no need to upgrade to etch to do something as simple as this! Nor install a 2.6 kernel and mess around with your system. Got it?

Last edited by coyopil; 12-17-2005 at 06:08 PM.
 
Old 12-18-2005, 07:28 AM   #25
brazilian_user
Member
 
Registered: Nov 2005
Location: Brazil, Poá - São Paulo
Distribution: Debian Etch
Posts: 110

Original Poster
Rep: Reputation: 15
Ok coyopil I got.

This is what show me when I run uname -r: 2.4.27-2-386
I don't need to unstall the alsa drivers that I have installed. I'm right?

How You could see I'am using a 2.4 (386) but I have a Athlon processor too. I'll get a .deb file to install it using dpkg -i...

And "Come on, this is easy.", I think it's, but sometimes it's easy and more or less difficult too... hehe


Thanks

Obs: If you have the website to download the right package and can tell me I'll be very pleased.
 
Old 12-18-2005, 08:02 AM   #26
brazilian_user
Member
 
Registered: Nov 2005
Location: Brazil, Poá - São Paulo
Distribution: Debian Etch
Posts: 110

Original Poster
Rep: Reputation: 15
Wink

Quote:
Originally Posted by coyopil
Come on, this is easy.
What kernel package exactly are you running?
Mine is 2.4.27-2-k7 as I have an Athlon processor.
possibilities are: 2.4.27-2-386
2.4.27-2-586
2.4.27-2-686
2.4.27-2-k6
2.4.27-2-k7

Find out which kernel package you are running.
edit: you say in post 1 you run 2.4.27-2-386. So: install alsa-modules-2.4.27-2-386. --Open synaptic package manager. Search for this deb package with modules. Install it. Configure the sound card with alsaconf. Adjust volume with alsamixergui (install it if you don't have it).
Put on a Big Smile when sound comes from loudspeakers.

Forget all dark thoughts about OSS, alsa-source and kernel 2.6 IT'S NOT NECESSARY

And:
"Hi coyopi, I was looking for a package that you said (alsa-modules 2.4.27-386) and I found the source, so I tried to install but it didn't work well, look:"

Well, you need to install kernel-source or kernel-headers in order to compile anything - but don't bother because there is no need to compile in order to get
alsa working with the default kernel, JUST INSTALL alsa-modules that correspond to the kernel package you use. There is no need to upgrade to etch to do something as simple as this! Nor install a 2.6 kernel and mess around with your system. Got it?

NOW IT'S PERFECT!!! AND BELIVE ME I REALLY PUT A BIG SMILE... rsrs

Thank you VERY MUCH, coyopil and foruns' members I'm very pleased with all you. This is the second problem that I could solve in this forum, and I really hope that I may help others too.

Thanks

obs. Green Day - Wake Me Up When September Ends... ther first song I could listening in my Debian... hehe
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
The perfect distro for me... mhelliwell Linux - Distributions 2 03-18-2005 02:16 PM
Word Perfect digger Linux - Software 1 05-29-2004 12:38 AM
Perfect guide sunday2 Slackware 7 05-15-2004 09:18 PM
Word Perfect 8 digger Linux - Newbie 2 06-27-2003 06:04 PM
...just a perfect distro el_felipe Linux - Distributions 22 01-03-2002 03:21 AM

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

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