Results 1 to 8 of 8

Thread: Emu10k1 driver and Debian - can Knoppix help me?

  1. #1
    riot
    Guest

    Emu10k1 driver and Debian - can Knoppix help me?

    Hi!
    I have a real problem getting my Soundblaster Live to work under Debian, and have tried various procedures from howto files, manually switched the onboard sound card off [via a jumper setting] so it wouldn't cause conflict etc, but I still can't get it to work. [error messages seem to vary with each howto I follow ]
    I was wondering could anyone help me [since I'm pretty much a Debian newbie] and tell me is there any way I could use Knoppix to help me with Soundblaster installation?
    When i boot Knoppix, it, of course, works perfectly, and what I'd like to know is, what config files I need to pay attention to? It would be a nice thing to just boot Knoppix and copy the relevant files to use in my regular woody configuration.
    Thanks for any info!

  2. #2
    Junior Member
    Join Date
    Jan 2003
    Location
    Brno, Czech Republic
    Posts
    5

    emu10k1 in debian

    do not install any alsa (that is more complicated)
    as root run 'modconf', choose 'kernel/drivers/sound/emu10k1'
    and in next menu 'emu10k1'.

    you need no special parameters. Just pressing enter gets you there.

    another more manual way is to 'modprobe emu10k1' and/org edit /etc/modules -- add emu10k1.

    both methods should work.


  3. #3
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    Rio Rancho, NM
    Posts
    16
    Quote Originally Posted by konsole
    Installing module emu10k1. If the device isn't there, or isn't configured correctly, this could cause your system to pause for up to a minute.

    Note: /etc/modules.conf is more recent than /lib/modules/2.4.20-xfs/modules.dep
    /lib/modules/2.4.20-xfs/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-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.20-xfs/kernel/drivers/sound/emu10k1/emu10k1.o failed
    /lib/modules/2.4.20-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed

    Installation failed.
    depmod: Can't open /lib/modules/2.4.20-xfs/modules.dep for writing
    Sound Blaster Audigy Gamer here.

    Additionally, on startup:
    Quote Originally Posted by kernel messages
    Can't locate module sound-slot-0.
    modprobe: Can't locate module sound-service-0-0
    Everything fails. Modprobing, starting with alsa or alma or...whatever it's called :P (I got it right when I booted, I swear.)
    Help?

  4. #4
    Junior Member
    Join Date
    Jan 2003
    Location
    Brno, Czech Republic
    Posts
    5
    i think easiest way for you may be to backup your data and boot knoppix CD.
    while running knoppix, execute:

    sudo /usr/local/bin/knx-hdinstall

    after possible partition changes (cfdisk) you will answer just few questions and
    you will in 20 minutes end up with debian installed and configured properly.

  5. #5
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297
    Quote Originally Posted by VxJasonxV
    Quote Originally Posted by konsole
    Installing module emu10k1. If the device isn't there, or isn't configured correctly, this could cause your system to pause for up to a minute.

    Note: /etc/modules.conf is more recent than /lib/modules/2.4.20-xfs/modules.dep
    /lib/modules/2.4.20-xfs/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-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.20-xfs/kernel/drivers/sound/emu10k1/emu10k1.o failed
    /lib/modules/2.4.20-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed

    Installation failed.
    depmod: Can't open /lib/modules/2.4.20-xfs/modules.dep for writing
    Sound Blaster Audigy Gamer here.

    Additionally, on startup:
    Quote Originally Posted by kernel messages
    Can't locate module sound-slot-0.
    modprobe: Can't locate module sound-service-0-0
    Everything fails. Modprobing, starting with alsa or alma or...whatever it's called :P (I got it right when I booted, I swear.)
    Help?
    You got it right, when you booted ? What do you mean with that ?

    If you mean: You had your soundcard with alsa working from CD and it does not work after hd-install, just do a:

    /etc/init.d/alsa-autoconfig

    to have it working on your installed knoppix forever.

    cu

    Fabian

  6. #6
    Junior Member registered user
    Join Date
    Nov 2003
    Posts
    12
    how do u get /etc/init.d/alsa-autoconfig to start up? I try to start it through the "explorer" and it doesn't do anything. I can't start it through the shell because I simply don't know how to run things from the shell. (I'm a newbie) What do I need to do and what am I doing wrong?

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by doubled157940
    how do u get /etc/init.d/alsa-autoconfig to start up? I try to start it through the "explorer" and it doesn't do anything. I can't start it through the shell because I simply don't know how to run things from the shell. (I'm a newbie) What do I need to do and what am I doing wrong?
    Open the shell which is the clam shell icon on the taskbar then you would type in su then enter key and then type in the root password when asked enter key again and you are now root, type in the /etc/init.d/alsa-autoconfig hit the enter key again and the script will run and tell you of either the success or failure. If it fails then cut'n'paste the error into a post so we can see the result. It it works then type gvim /etc/init.d/bootmisc.sh go to the bottom of the file and add the line aumix -w75 -v 75and then save the file this will set the default volume when you boot so you will have sound.

  8. #8
    Junior Member registered user
    Join Date
    Nov 2003
    Posts
    12
    Quote Originally Posted by Stephen
    Quote Originally Posted by doubled157940
    how do u get /etc/init.d/alsa-autoconfig to start up? I try to start it through the "explorer" and it doesn't do anything. I can't start it through the shell because I simply don't know how to run things from the shell. (I'm a newbie) What do I need to do and what am I doing wrong?
    Open the shell which is the clam shell icon on the taskbar then you would type in su then enter key and then type in the root password when asked enter key again and you are now root, type in the /etc/init.d/alsa-autoconfig hit the enter key again and the script will run and tell you of either the success or failure. If it fails then cut'n'paste the error into a post so we can see the result. It it works then type gvim /etc/init.d/bootmisc.sh go to the bottom of the file and add the line aumix -w75 -v 75and then save the file this will set the default volume when you boot so you will have sound.

    It did not come up with any errors when I ran the shell auto-config. I did exactly as u told me but it still would not work. In case this helps I am running a pentium II processor on a Dell Latitude CPI D266XT laptop. I have also installed Knoppix onto my hard drive. At this point I do not know what to do.

Similar Threads

  1. EMU10k1 Won't Compile -- what is going on, please help me!
    By Dr Snark in forum Hardware & Booting
    Replies: 3
    Last Post: 02-06-2004, 03:16 AM
  2. HOWTO fix debian or knoppix/debian for Russian fonts
    By datakid in forum General Support
    Replies: 0
    Last Post: 11-07-2003, 07:46 AM
  3. emu10k1 post install
    By Lilmuckers in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 07-30-2003, 11:20 AM
  4. Problem with sound, failed emu10k1
    By Ridgeburner in forum Hardware & Booting
    Replies: 1
    Last Post: 02-25-2003, 08:16 AM
  5. SB Audigy Cards - Need help with emu10k1
    By Wylkroe in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 02-02-2003, 10:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



HPE 727263-003 BL460c G9 Raid BBWC Smartstorage Battery picture

HPE 727263-003 BL460c G9 Raid BBWC Smartstorage Battery

$24.99



Dell R740XD2 26LFF 3.6Ghz 8-C 384GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails picture

Dell R740XD2 26LFF 3.6Ghz 8-C 384GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails

$2998.08



Dell R740XD2 26LFF 3.6Ghz 8-C 768GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails picture

Dell R740XD2 26LFF 3.6Ghz 8-C 768GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails

$3562.08



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$39.95



LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested picture

LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested

$29.00



Oracle Sun 8-Port 6 Gbps SAS/SATA Raid Controller PCIe w/Cables 7055240 7047503 picture

Oracle Sun 8-Port 6 Gbps SAS/SATA Raid Controller PCIe w/Cables 7055240 7047503

$13.49



LSI 9271-8i MegaRAID 8-Port 6Gbps PCIe RAID Controller w/ 1Gb CacheVault & BBU picture

LSI 9271-8i MegaRAID 8-Port 6Gbps PCIe RAID Controller w/ 1Gb CacheVault & BBU

$30.99



4 Bay RAID External Hard Drive Enclosure for 2.5/3.5

4 Bay RAID External Hard Drive Enclosure for 2.5/3.5" SATA HDD/SSD

$79.99



G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply picture

G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply

$99.99