LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-25-2009, 07:33 PM   #1
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Rep: Reputation: 35
Basilisk II on Slackware Audio Issue


I have Basilisk II (currently running MacOS7.5.3) installed on my computer running Slackware 13 64 bit and even though everything seemed to work fine, I cannot get the audio working. I tested it out in SheepShaver and it has the same issue. I also tried running it in root and it still doesn't work and I messed with the audio permissions. Currently the audio output device is set to /dev/dsp and the mixer to /dev/mixer. Any ideas?
 
Old 10-25-2009, 08:13 PM   #2
fedoralinuxjunkie
Member
 
Registered: Jun 2008
Location: NC
Distribution: Slackware64 15.0
Posts: 154

Rep: Reputation: 21
Hey kc3.

Can you possibly run this command in a terminal:

Code:
lspci | grep Audio
and then post back so we can help you further? Thanks

It may be set to the wrong devices...

Last edited by fedoralinuxjunkie; 10-25-2009 at 08:17 PM.
 
Old 10-25-2009, 08:41 PM   #3
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Quote:
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
There's my output

Just fyi, I did set it to /dev/audio along with /dev/adsp and right now it's set back to /dev/dsp

Last edited by kc3; 10-25-2009 at 08:43 PM.
 
Old 10-26-2009, 02:50 PM   #4
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Any ideas? Or input?
 
Old 10-26-2009, 04:29 PM   #5
fedoralinuxjunkie
Member
 
Registered: Jun 2008
Location: NC
Distribution: Slackware64 15.0
Posts: 154

Rep: Reputation: 21
Did it work when you set it to /dev/audio?
 
Old 10-26-2009, 05:55 PM   #6
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Quote:
Originally Posted by fedoralinuxjunkie View Post
Did it work when you set it to /dev/audio?
Nope, same issue
 
Old 10-28-2009, 08:24 AM   #7
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Anyone else? lol
 
Old 10-28-2009, 08:28 AM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Presumably sound works in other applications?

Adam
 
Old 10-28-2009, 09:18 AM   #9
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Yep, sound works fine in everything else. I know it's not an issue with Basilisk either since Sheepshaver does the same thing.
 
Old 10-28-2009, 09:23 AM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well it could certainly be a problem with both of them, or a different problem for each. Have you tried both the alsa drivers and the OSS drivers?

Adam
 
Old 10-28-2009, 09:51 AM   #11
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Well, I'm just not sure what other device to set it to. Like I mentioned, I tried /dev/dsp, /dev/adsp and /dev/audio, only thing I can think of is something to do with that.
 
Old 10-28-2009, 10:03 AM   #12
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
What I'm referring to are the separate OSS drivers from 4Front: http://www.opensound.com/

They are open source for most sound cards (though some are still closed source as they had to sign an NDA to get some specifications). It's possible that those applications only know oss and that the alsa oss emulation isn't good enough...

Which reminds me, you could try LD_PRELOADING the libaoss library to see if that helps at all. I'm not sure if Basilik and Sheepshaver are 32 bit or 64 bits apps. If they are 64 bit, you would try:

LD_PRELOAD=/usr/lib64/libaoss.so basilik

(Or whatever the binary is actually called).

If they are 32 bit apps, you would do:

LD_PRELOAD=/usr/lib/libaoss.so basilik

Of course, you would need to have converted your system into multilib, and have the 32 bit packages installed.

If that doesn't work, and are hesitant to try the OSS drivers, I think you'd be best asking the Basilik or Sheepshaver folks for help.

Adam
 
Old 10-29-2009, 05:26 AM   #13
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Thanks I'll give it a shot
 
Old 10-29-2009, 06:34 AM   #14
mpregos
Member
 
Registered: Oct 2006
Location: Greece
Distribution: Slackware
Posts: 64

Rep: Reputation: 16
Guys i have similar sound problem with slackware64 13.

I have Asus P5K and my on-board sound looks that work, but not quite good.

When i play music or watch movie ,doesn't matter the software i tried almost everything --xmms,audacious,mplayer,vlc,gxine,xine...,

the volume go lowest automatically, and when i increase volume via creative volume control(i have ceative 4.1 speaker, 5 years old )go highest.

The problem is with stability of the volume.

Do i need to change my old - very old speaker or is a bug????
 
Old 11-11-2009, 07:52 PM   #15
fedoralinuxjunkie
Member
 
Registered: Jun 2008
Location: NC
Distribution: Slackware64 15.0
Posts: 154

Rep: Reputation: 21
Sorry it took me so long to get back on...I had some things I needed to take care of...

Mpregos, have you tried maybe using alsamixer to set your volumes? I've never had that problem, but just a thought...
 
  


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
Using Basilisk II with aRts coldSteel Linux - Software 0 06-02-2006 11:22 PM
Stuck at Basilisk 1.4 login screen dr_zayus69 Linux - Distributions 0 12-17-2005 01:28 AM
Basilisk II SpEcIeS Linux - Software 14 07-31-2005 09:21 AM
Fedora-Basilisk ID & Pass. hlinux Fedora 2 03-24-2005 03:39 PM
Basilisk start problem machadodaniel Linux - Software 2 03-22-2004 02:59 PM

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

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