LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-20-2002, 04:17 AM   #16
bkeating
Member
 
Registered: Mar 2002
Location: San Francisco, CA
Distribution: Open/FreeBSD, Gentoo, SuSE
Posts: 511

Original Poster
Rep: Reputation: 38

Slackware 8.0
 
Old 07-20-2002, 04:18 AM   #17
bkeating
Member
 
Registered: Mar 2002
Location: San Francisco, CA
Distribution: Open/FreeBSD, Gentoo, SuSE
Posts: 511

Original Poster
Rep: Reputation: 38
uname -r

2.4.18
 
Old 07-20-2002, 04:20 AM   #18
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You should have no problems with that player I am talkin about then. No support for your soundcard? Does lsmod not show anything? modprobe it and see what happens
 
Old 07-20-2002, 04:24 AM   #19
bkeating
Member
 
Registered: Mar 2002
Location: San Francisco, CA
Distribution: Open/FreeBSD, Gentoo, SuSE
Posts: 511

Original Poster
Rep: Reputation: 38
lsmod

soundcore (autoclean)

is what it gave, plus the other things.

BTW, god bless you for all your help. ty ty ty
 
Old 07-20-2002, 04:26 AM   #20
bkeating
Member
 
Registered: Mar 2002
Location: San Francisco, CA
Distribution: Open/FreeBSD, Gentoo, SuSE
Posts: 511

Original Poster
Rep: Reputation: 38
what would i give the modprobe?

/dev/audio ?
 
Old 07-20-2002, 04:28 AM   #21
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
No, you would give it whatever your sound card is. example for SoundBlaster Live!
modprobe emu10k1

So what soundcard do you have?
 
Old 07-20-2002, 04:35 AM   #22
bkeating
Member
 
Registered: Mar 2002
Location: San Francisco, CA
Distribution: Open/FreeBSD, Gentoo, SuSE
Posts: 511

Original Poster
Rep: Reputation: 38
you know... i've been assuming it's a soundblaster but... i've been looking on google and haven't found any info on it other then a replacement soundcard is $5

It's a Toshiba Satallite Pro 400CDT (90mhz version)
 
Old 07-20-2002, 04:39 AM   #23
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
It's the ESS688 sound card , I will be right back, gonna find the module name. Try modprobe esssound, not too sure though, be right back.
 
Old 07-20-2002, 04:50 AM   #24
bkeating
Member
 
Registered: Mar 2002
Location: San Francisco, CA
Distribution: Open/FreeBSD, Gentoo, SuSE
Posts: 511

Original Poster
Rep: Reputation: 38
# modprobe esssound
modprobe: Can't locate module esssound
 
Old 07-20-2002, 04:53 AM   #25
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
modprobe snd-card-audiodrive1688
 
Old 07-20-2002, 04:54 AM   #26
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
And it claims to be SB compatible, so if for some reason that modprobe doesn't work (which according to alsa that's right), then try:
modprobe snd-card-sb16

You might be able to remove the "card" part from each of those if it doesn't work that way.

Last edited by MasterC; 07-20-2002 at 04:56 AM.
 
Old 07-20-2002, 04:56 AM   #27
bkeating
Member
 
Registered: Mar 2002
Location: San Francisco, CA
Distribution: Open/FreeBSD, Gentoo, SuSE
Posts: 511

Original Poster
Rep: Reputation: 38
same

im out of ideas...
 
Old 07-20-2002, 04:58 AM   #28
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Hmmm
modprobe snd-pcm1-oss But that probably won't be of any help either. http://new.linuxnow.com/docs/content...a-sound-5.html was where I got some of that.

What's the error when you do a modprobe sb16?

Last edited by MasterC; 07-20-2002 at 05:00 AM.
 
Old 07-20-2002, 05:03 AM   #29
bkeating
Member
 
Registered: Mar 2002
Location: San Francisco, CA
Distribution: Open/FreeBSD, Gentoo, SuSE
Posts: 511

Original Poster
Rep: Reputation: 38
# modprobe snd-card-sb16
modprobe: Can't locate module snd-card-sb16
 
Old 07-20-2002, 05:04 AM   #30
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
http://www.alsa-project.org/~goemon/

It says that if that is your soundcard (which someone giving a kernel how to had your laptop and it came with the ESS688, that's where I found it), then the es1688 module should work. What did modprobe es1688 comeback saying?
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
snd-emu2k1 module missing after installing Intel sound driver snd-azx comatosebuddha Linux - Software 15 01-25-2006 12:39 AM
I Need Help Fast!!! I Have Less Than 24 Hours bioagentice Linux - General 6 03-07-2005 09:33 AM
Java Math.round problem need help FAST! plz :) Vizy Programming 4 01-08-2005 05:14 PM
Sagem Fast 800- mandrake 9.2 (non french plz) Danny-B-Noo-B- Linux - Hardware 5 01-24-2004 06:09 PM
plz help fast X-SLACK Slackware 9 04-28-2002 02:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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