LinuxQuestions.org
Visit Jeremy's Blog.
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 03-23-2009, 11:27 PM   #1
bertandrews
LQ Newbie
 
Registered: Mar 2009
Posts: 8

Rep: Reputation: 0
setup of slackware sound blaster card and setting network configs that write out


i have a dell desktop with a sound blaster card:
lspci:
01:08.0 Multimedia audio controller: Creative Labs SB Audigy LS
lsmod:
01:08.0 Multimedia audio controller: Creative Labs SB Audigy LS

how do i configure this sound blaster to work?

how do i save the changes to the wireless network?

i can manually configure it and get the wlano working. but it does not on boot up?

i have some ntfs drives fstab:
/dev/hda5 swap swap defaults 0 0
/dev/hda1 / ext3 defaults 1 1
/dev/sda1 /sata1 ntfs-3g umask=000 1 0
/dev/sdb1 /sata2 ntfs-3g umask=000 1 0

i can not get them to auto mount. i can mount them by:
mount /dev/sda1 /sata1
mount /dev/sdb1 /sata2

how to fix the automount??

Last edited by bertandrews; 03-23-2009 at 11:28 PM.
 
Old 03-24-2009, 12:02 AM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Hi, welcome to lq!

Quote:
Originally Posted by bertandrews View Post
i have a dell desktop with a sound blaster card:
lspci:
01:08.0 Multimedia audio controller: Creative Labs SB Audigy LS
lsmod:
01:08.0 Multimedia audio controller: Creative Labs SB Audigy LS

how do i configure this sound blaster to work?
Has the kernel picked it up, do you see any modules
relevant to alsa sound loaded?
Code:
lsmod
Quote:
Originally Posted by bertandrews View Post
how do i save the changes to the wireless network?

i can manually configure it and get the wlano working. but it does not on boot up?
What steps are you taking to get it going manually?


Quote:
Originally Posted by bertandrews View Post

i have some ntfs drives fstab:
/dev/hda5 swap swap defaults 0 0
/dev/hda1 / ext3 defaults 1 1
/dev/sda1 /sata1 ntfs-3g umask=000 1 0
/dev/sdb1 /sata2 ntfs-3g umask=000 1 0

i can not get them to auto mount. i can mount them by:
mount /dev/sda1 /sata1
mount /dev/sdb1 /sata2

how to fix the automount??
Sorry - I don't know, I don't have any ntfs devices
to test it with.


I'll move the thread over to our slackware forum for
better exposure.



Cheers,
Tink
 
Old 03-24-2009, 12:33 AM   #3
bertandrews
LQ Newbie
 
Registered: Mar 2009
Posts: 8

Original Poster
Rep: Reputation: 0
setup sound blaster card on slackware

this is what i get from lsmod

lsmod:
01:08.0 Multimedia audio controller: Creative Labs SB Audigy LS
 
Old 03-24-2009, 12:35 AM   #4
bertandrews
LQ Newbie
 
Registered: Mar 2009
Posts: 8

Original Poster
Rep: Reputation: 0
What steps are you taking to get it going manually?

i use the network settings in the k gui. i try and save the essid and the rout and the dns setting there.

but it does not startup the lan on boot up
 
Old 03-24-2009, 05:13 AM   #5
niels.horn
Senior Member
 
Registered: Mar 2007
Location: Rio de Janeiro - Brazil
Distribution: Slackware64-current
Posts: 1,004

Rep: Reputation: 91
Quote:
Originally Posted by bertandrews View Post
i have some ntfs drives fstab:
/dev/hda5 swap swap defaults 0 0
/dev/hda1 / ext3 defaults 1 1
/dev/sda1 /sata1 ntfs-3g umask=000 1 0
/dev/sdb1 /sata2 ntfs-3g umask=000 1 0

i can not get them to auto mount. i can mount them by:
mount /dev/sda1 /sata1
mount /dev/sdb1 /sata2

how to fix the automount??
The fstab seems OK, the only difference from mine is that I use umask=022
Check /var/log/messages and see if it says anything about the mounting process.

Does mounting with
Code:
mount -a
work?
 
Old 03-24-2009, 08:40 AM   #6
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
For wireless networking, see this.
http://alien.slackbook.org/dokuwiki/...eless_networks
or else try wicd. knetwork is not compatible with Slackware networking scripts.

For sound: Pinched from http://www.vcn.bc.ca/~dugan/setting-up-slackware.html
Quote:
As root:
alsaconf
/etc/rc.d/rc.alsa start
alsamixer
alsactl store
On your automount problem, are you running a -huge kernel or a -generic kernel? Perhaps your kernel does not have support for your disk when mount is initially called, but can subsequently load a module at the completion of boot.
 
Old 03-24-2009, 12:10 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by bertandrews View Post
this is what i get from lsmod

lsmod:
01:08.0 Multimedia audio controller: Creative Labs SB Audigy LS
Looks like lspci to me ... ?


Cheers,
Tink
 
Old 03-24-2009, 12:16 PM   #8
manwichmakesameal
Member
 
Registered: Aug 2006
Distribution: Slackware
Posts: 804

Rep: Reputation: 110Reputation: 110
The sound blaster module should be emu10k, but for dell oem's there is a different emu10k module (emu10k1?, something like that). Follow allend's post and that should get your sound working.
 
  


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
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
no sound from sound blaster PCI sound card using mandrake-linux 10.1 box nila56 Linux - Hardware 2 05-29-2006 02:48 PM
ALSA not working for Creative Sound Blaster Live 24 Bit sound card vishalsonu Linux - Hardware 7 08-20-2005 01:02 PM
USB sound card setup in slackware 10 Creeps Linux - Hardware 0 09-13-2004 08:17 PM
sound blaster clone setup jamil5454 Slackware 2 02-21-2004 12:21 AM

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

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