|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
yo, im having some trouble getting sound to work on my comp and was wondering if anyone could help out a bit. i have a sony vaio laptop. (pcg-grt-100p) and ac97 sound. after googling around for several hours today no luck finding drivers for my sound system. i assume i need drivers as my sound simply doesnt work. any advice would be greatly appreciated. if you need more info about my system let me kno and i will gather it. thanks, --avery
__________________
Laser Pointer Forums |
|
#2
|
|||
|
|||
|
here is some additional information.. hope it is helpful to solve this problem of the sound not working. peace, --avery
dmesg PHP Code:
audioctl -a PHP Code:
|
|
#3
|
||||
|
||||
|
Your dmesg shows that the system is detecting your card just fine. BTW here's the hardware list for OpenBSD on i386 hardware.
http://www.openbsd.org/i386.html As you can see by the Sound Devices list, SiS 7012 is supported by the auich driver (dmesg shows an auich0 device). Question is, what are you trying to do to play the sound on OpenBSD? Have you installed an mp3 player or what?
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#4
|
|||
|
|||
|
hey,thanks for the reply scorpion.. i was trying to play a SNES rom with zsnes and i didnt hear any sound.
additionally this is what showed in the xterm window (note i typed this by hand, cant figure out how to copy paste from xterm). PHP Code:
i will download a package to test an mp3 next. what program would you recommend? thanks again for your time, --avery |
|
#5
|
||||
|
||||
|
mpg123 might be a good one to try out. It is available via the ports, so you can try installing from there. Alternatively, you could use pkg_add.
If that works but your nintendo emulator doesn't, I suggest you get in touch with the port maintainer: http://www.openbsd.org/3.6_packages...6.tgz-long.html Of course, I'm assuming you installed this using pkg_add. If you didn't, try installing it with pkg_add and see what happens. |
|
#6
|
|||
|
|||
|
hey, i downloaded the package of mpg123 and did pkg_add and installed it. no luck playing an mp3. i downloaded the no boundaries mp3 from http://www.angelo.com, the fastest guitarist in the world.
here is the output i get when i do mpg123 No_Boundaries.mp3 PHP Code:
it justs sits there at this point but i hear no sound. what should i do next? thanks, --avery |
|
#7
|
||||
|
||||
|
Try using mixerctl and see if you need to jack up the volume. Also, try using the mpg123 -a /dev/audio0 filename.mp3 to see if it is going to audio0
Michael Angelo huh? Now that's a name I haven't heard in a while. I'll confess I owned a couple of Nitro albums -- that's one hair band I'll be happy to confess owning records of any time . Always loved the work he did on the quad guitar. 20 Questions with Michael AngeloLast edited by Scorpions4ever : November 18th, 2004 at 12:28 AM. |
|
#8
|
|||
|
|||
|
hey scorpion,thanks for the continued support. yeah michael angelo is awesome; one of my favorite guitarist.
i am having trouble getting mixerctl to work. when i run mixerctl it says: PHP Code:
i read the man page for mixerctl and tried mixerctl -a --v and that yields the same results. please advise what to try next, --avery |
|
#9
|
||||
|