LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-14-2003, 04:32 PM   #16
linuxsoundprob
Member
 
Registered: Apr 2003
Posts: 78

Original Poster
Rep: Reputation: 15

Bloody hell man
cant even get on the alsa webpage..
 
Old 04-14-2003, 04:44 PM   #17
linuxsoundprob
Member
 
Registered: Apr 2003
Posts: 78

Original Poster
Rep: Reputation: 15
modprobe does not work??/ :S :'( . ive had linux for 5 days now and im getting upset with it now!
 
Old 04-14-2003, 04:46 PM   #18
linuxsoundprob
Member
 
Registered: Apr 2003
Posts: 78

Original Poster
Rep: Reputation: 15
how can i make modprobe work?
 
Old 04-14-2003, 10:22 PM   #19
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
sites up... what did the kernel report when you modprobed the alsa module?

here's the alsa page that tells specifics for the 8233
http://www.alsa-project.org/alsa-doc...module=via82xx
 
Old 04-15-2003, 03:15 AM   #20
linuxsoundprob
Member
 
Registered: Apr 2003
Posts: 78

Original Poster
Rep: Reputation: 15
Exclamation

the sites down again, ive worked out how how to do mod-probe tho

also in the install instructions it says:

6) Edit your /etc/modules.conf
i dont get what im supose to do..

/sbin/modprobe (but what do i put here)
whats the alsa module called :S?

ta

Last edited by linuxsoundprob; 04-15-2003 at 04:06 AM.
 
Old 04-15-2003, 04:23 AM   #21
neenee
Member
 
Registered: Feb 2003
Location: Netherlands
Distribution: debian (sid)
Posts: 693

Rep: Reputation: 30
the module is called snd-[sound-card-specific bit here]
 
Old 04-15-2003, 04:34 AM   #22
linuxsoundprob
Member
 
Registered: Apr 2003
Posts: 78

Original Poster
Rep: Reputation: 15
yes but i dont know what to put
 
Old 04-15-2003, 05:25 AM   #23
neenee
Member
 
Registered: Feb 2003
Location: Netherlands
Distribution: debian (sid)
Posts: 693

Rep: Reputation: 30
most often the name of the non-alsa module. example:
emu10k1 is the name of the non-alsa module for the
sound blaster series. snd-emu10k1 is the name of the
alsa module.
 
Old 04-15-2003, 09:42 AM   #24
linuxsoundprob
Member
 
Registered: Apr 2003
Posts: 78

Original Poster
Rep: Reputation: 15
HELP!
 
Old 04-15-2003, 10:52 AM   #25
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
linuxsoundprob... hang on... I'll take a look at the alsa page when I get home and we'll get this all sorted out... figure in about 5 hours?
 
Old 04-15-2003, 11:27 AM   #26
Calum
Member
 
Registered: Mar 2002
Location: London
Distribution: Red Hat 9
Posts: 302

Rep: Reputation: 30
this link might be of interest to you:

http://www.newtolinux.org.uk/forum/i...y;threadid=200

i too went through these same steps this week (including the alsa site being down!)
 
Old 04-15-2003, 06:38 PM   #27
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
ok, compile and install with this command:
./configure --with-cards=via82xx --with-sequencer=yes;make;make install

then install alsa-lib with this
./configure;make;make install

then install alsa-utils with this
./configure;make;make install

then insert the newly built modules into the kernel like this
modprobe snd-via82xx;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss

(note: make sure that the soundcore module is loaded before loading the alsa modules)

let me know how it goes ...
 
Old 04-17-2003, 05:48 AM   #28
linuxsoundprob
Member
 
Registered: Apr 2003
Posts: 78

Original Poster
Rep: Reputation: 15
what do i have do edit in modules.conf and how to i make sure the thingy is loaded?
 
Old 04-17-2003, 06:12 AM   #29
neenee
Member
 
Registered: Feb 2003
Location: Netherlands
Distribution: debian (sid)
Posts: 693

Rep: Reputation: 30
hmm... alsa site still down (cause if it weren't, the instructions
would be there for you to follow)... quite a shaky site.. or just
very heavily used by too many causing it to fold.
 
Old 04-17-2003, 08:11 AM   #30
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
linuxsoundprob, don't worry about modules.conf just yet... for now execute the modprobe commands... oh! and I must make a correction / clarification, in my earlier post that stated execute 'modprobe snd-via82xx'... the 'xx' portion is specific to your chipset... which I think you said is an 8233 right? so you would execute 'modprobe snd-via8233'.

if all these modprobes go off without a hitch then you're in business. To see if their loaded / what's loaded execute 'lsmod'.

there are 4 'mod'-type commands
modprobe -- insert a module into kernel
insmod -- insert a module into kernel (called by modprobe)
lsmod -- get a listing (ls ?) of modules in kernel
rmmod -- remove a module from kernel

all of them can / must be executed by root... not just by any user. I'll have more info on modules.conf here in a bit... I've never used it though so it can't be that important. For the most part I think that it is responsible for passing configuration options to your modules but I could be wrong. let me know how the probing goes. hehe... that sounds funny.

P.S. you can learn more about modules.conf by typing 'man modules.conf'. this will open the manual page for modules.conf... if one is installed on your system.

Last edited by jpbarto; 04-17-2003 at 08:12 AM.
 
  


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
ALSA MIDI: Sound fonts for NVIDIA/NForce Soundstorm on-board sound vharishankar Linux - Hardware 6 09-04-2007 12:37 PM
Alsa sound *jumpy*: alsa-space: xrun of at least 11.449 msecs. resetting stream qwijibow Linux - General 6 04-22-2006 07:35 PM
ALSA not working for Creative Sound Blaster Live 24 Bit sound card vishalsonu Linux - Hardware 7 08-20-2005 01:02 PM
[ALSA 1.0.9b-4] No more sound, no more alsa-utils package Creak Debian 5 08-18-2005 04:22 PM
Can I load both oss (kernel sound drivers) and alsa in 2 sound cared system? cmisip Linux - General 0 04-12-2003 01:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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