Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
i have ESS 1868 sound card,and i need to config these
insmod soundcore
insmod sound
insmod uart401
insmod sb io=0x220 irq=9 dma=1 dma16=5 mpu_io=0x330 esstype=1688
for my card,where i need to put them??
-my linux mandrake 9.1 doesn't recognize the card automaticly...
Firstly, use modprobe instead of insmod. Secondly, load the isapnp module (modprobe isapnp) this should save you having to confiigure your io ports, irq etc manually. Thirdly, type modprobe sb to load the driver. This should also load sound and soundcore automatically. Fourthly, try to play a sound. If all that works, add the lines "isapnp" and "sb" to your /etc/modules file.
If the above doesn't work for you then repost here and make sure to post any error messages you get along the way and the output of lsmod and lspci -v. You will have to be root for modprobe and lsmod to work.
Looks like you don't have the isapnp module compiled. It may be compiled into your kernel so I think that's why modprobe sb didn't give an error. Did you try playing a sound? Did you look at the output of lsmod?
That doesn't really answer any of my questions. Did you manage to play a sound at any stage (making sure the volume levels are set high) and could you post the output of lsmod?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.