View previous topic :: View next topic |
Author |
Message |
grandpajive n00b


Joined: 17 Jun 2002 Posts: 46
|
Posted: Thu Nov 06, 2003 7:10 pm Post subject: Audigy LS |
|
|
Hi.
I am trying to get my brand new Audigy LS to work. I've searched for hours and no mention if it works with the emu10k1-cvs module.
I've emerged emu10k1-cvs. I'm running the gentoo-sources kernel. I've added:
alias sound emu10k1
to /etc/modules.d/aliases
/etc/modules.d/emu10k1 has this in it:
post-install emu10k1 /usr/bin/audigy-script restore
pre-remove emu10k1 /usr/bin/audigy-script save
--
I've only compiled my kernel with the soundcore.o and sound.o modules.. I also have modules for my bt848 tv card installed.
Heres what happens when I modprobe:
root@gentoo grandpajive # modprobe emu10k1
/lib/modules/2.4.20-gentoo-r8/kernel/drivers/sound/emu10k1/emu10k1.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-gentoo-r8/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.20-gentoo-r8/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.20-gentoo-r8/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed
--
here's what /proc/pci states:
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333] (rev 0).
Prefetchable 32 bit memory at 0xe0000000 [0xe3ffffff].
Bus 0, device 1, function 0:
PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP] (rev 0).
Master Capable. No bursts. Min Gnt=12.
Bus 0, device 7, function 0:
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS) (rev 0).
IRQ 10.
I/O at 0xe800 [0xe81f].
Bus 0, device 8, function 0:
Multimedia audio controller: PCI device 1102:0007 (Creative Labs) (rev 0).
IRQ 12.
Master Capable. Latency=64. Min Gnt=2.Max Lat=20.
I/O at 0xe400 [0xe41f].
Bus 0, device 8, function 1:
Input device controller: PCI device 1102:7005 (Creative Labs) (rev 0).
Master Capable. Latency=64.
I/O at 0xec00 [0xec07].
Bus 0, device 9, function 0:
Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 2).
IRQ 11.
Master Capable. Latency=64. Min Gnt=16.Max Lat=40.
Prefetchable 32 bit memory at 0xdddfe000 [0xdddfefff].
Bus 0, device 9, function 1:
Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 2).
IRQ 11.
Master Capable. Latency=64. Min Gnt=4.Max Lat=255.
Prefetchable 32 bit memory at 0xdddff000 [0xdddfffff].
Bus 0, device 17, function 0:
ISA bridge: VIA Technologies, Inc. VT8233 PCI to ISA Bridge (rev 0).
Bus 0, device 17, function 1:
IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus Master IDE (rev 6).
Master Capable. Latency=32.
I/O at 0xfc00 [0xfc0f].
Bus 0, device 17, function 4:
USB Controller: VIA Technologies, Inc. USB (#3) (rev 27).
IRQ 12.
Master Capable. Latency=64.
I/O at 0xe000 [0xe01f].
Bus 0, device 17, function 3:
USB Controller: VIA Technologies, Inc. USB (#2) (rev 27).
IRQ 12.
Master Capable. Latency=64.
I/O at 0xdc00 [0xdc1f].
Bus 0, device 17, function 2:
USB Controller: VIA Technologies, Inc. USB (rev 27).
IRQ 12.
Master Capable. Latency=64.
I/O at 0xd800 [0xd81f].
Bus 1, device 0, function 0:
VGA compatible controller: PCI device 10de:0322 (nVidia Corporation) (rev 161).
IRQ 11.
Master Capable. Latency=64. Min Gnt=5.Max Lat=1.
Non-prefetchable 32 bit memory at 0xde000000 [0xdeffffff].
Prefetchable 32 bit memory at 0xd0000000 [0xd7ffffff].
---
So, basically, I dont know if it is just unsupported at this time or not. Any ideas/pointers/incantations are welcome. _________________ -gj |
|
Back to top |
|
 |
Coogee Apprentice


Joined: 23 Apr 2002 Posts: 184 Location: E.U.
|
Posted: Thu Nov 06, 2003 7:39 pm Post subject: Re: Audigy LS |
|
|
grandpajive wrote: | I've added:
alias sound emu10k1
to /etc/modules.d/aliases
|
Why this? |
|
Back to top |
|
 |
grandpajive n00b


Joined: 17 Jun 2002 Posts: 46
|
Posted: Thu Nov 06, 2003 8:49 pm Post subject: |
|
|
From /usr/doc/emu10k1-cvs-16042003/README:
Installation
------------
1. As root type:
make install
(obviously that one is unneccesary)
2. Add a new reference to the driver in /etc/modules.conf:
alias sound emu10k1
...
wasn't sure if I should add that one in... doesn't seem to make a differance at this point if it is in there or not. _________________ -gj |
|
Back to top |
|
 |
grandpajive n00b


Joined: 17 Jun 2002 Posts: 46
|
Posted: Sat Nov 08, 2003 11:49 pm Post subject: hmm |
|
|
No other ideas? _________________ -gj |
|
Back to top |
|
 |
NicholasDWolfwood Apprentice


Joined: 19 Jan 2003 Posts: 235
|
Posted: Sun Nov 09, 2003 12:24 am Post subject: |
|
|
For my Audigy 2 card, IIRC, all I did was emerged the emu10k1-cvs drivers and had sound.o as a module.
I put in my modules.autoload file in this order
sound
ac97_codec
emu10k1
I use the 2.6 kernel series now, so I just have it enabled in my kernel because the CVS branch of the emu10k1 driver has been integrated into the 2.6 kernel...
The card honestly should work...all I did, like I said, was
Code: |
emerge sync
ACCEPT_KEYWORDS="~x86" emerge emu10k1-cvs
echo sound >> /etc/modules.autoload.d/kernel-2.4
echo ac97_codec >> /etc/modules.autoload.d/kernel-2.4
echo emu10k1 >> /etc/modules.autoload.d/kernel-2.4
|
Then I restarted and used kmix to set the volume settings _________________ AMD Athlon XP 1700+
Abit KG7-RAID
512MB PC2100 DDR266 Corsair/Kingston
40GB WD 7200RPM (37.1GB)
120GB WD 8MB 7200RPM (111GB)
160GB WD 8MB 7200RPM (149GB)
40GB WD 7200RPM (37.1GB)
Pioneer DVR-A06 4x DVD±RW
HP CD-RW 9500i (12x8x32x) |
|
Back to top |
|
 |
Coogee Apprentice


Joined: 23 Apr 2002 Posts: 184 Location: E.U.
|
Posted: Sun Nov 09, 2003 12:38 am Post subject: |
|
|
If you check this list http://www.opensound.com/osshw.html, you can see that there seems to be a difference between the normal Audigys and the Audigy LS, because an extra driver is listed (Beta status).
Maybe your card is simply not supported yet... |
|
Back to top |
|
 |
grandpajive n00b


Joined: 17 Jun 2002 Posts: 46
|
Posted: Sun Nov 09, 2003 4:19 am Post subject: |
|
|
That does indeed seem to be the case. Ah well. Thanks to all anyways. _________________ -gj |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|