Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 27th October 2004, 10:38 PM
aje Offline
Registered User
 
Join Date: Oct 2004
Posts: 22
Insert modules into kernel

I'm in the process of installing my soundcard right now, and I was wondering how to go about inserting modules into my kernel.

In the installation instructions, I am told :

Code:
Now insert the modules into the kernel.

 modprobe snd-audigyls;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
I'm sort of lost as to how I would do this.

Any/all help is greatly appreciated
Reply With Quote
  #2  
Old 27th October 2004, 10:52 PM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,855
Open a terminal ( redhat, system tools, terminal). Login as root and type those commands in. Are you familiar with using the command line? By the way, what brand of sound card is it?
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
  #3  
Old 28th October 2004, 01:38 AM
aje Offline
Registered User
 
Join Date: Oct 2004
Posts: 22
It's a creative audigy ls

Yeah i've been getting used to the command line over the past week (how long i've been using linux), but when I enter the commands in, I get the message

Code:
[root@localhost linux-2.6.5-1.358]# modprobe snd-audigyls;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
bash: modprobe: command not found
bash: modprobe: command not found
bash: modprobe: command not found
bash: modprobe: command not found
Reply With Quote
  #4  
Old 28th October 2004, 01:57 AM
Oetzi Offline
Registered User
 
Join Date: Sep 2004
Posts: 60
modprobe ist located in /sbin (which isn't in your path by default)

Try (as root):
/sbin/modprobe snd-audigyls;/sbin/modprobe snd-pcm-oss;/sbin/modprobe snd-mixer-oss;/sbin/modprobe snd-seq-oss

Last edited by Oetzi; 28th October 2004 at 02:00 AM.
Reply With Quote
  #5  
Old 28th October 2004, 02:05 AM
aje Offline
Registered User
 
Join Date: Oct 2004
Posts: 22
Code:
[root@localhost root]# /sbin/modprobe snd-audigyls;/sbin/modprobe snd-pcm-oss;/sbin/modprobe snd-mixer-oss;/sbin/modprobe snd-seq-oss
FATAL: Error inserting snd_audigyls (/lib/modules/2.6.5-1.358/kernel/sound/pci/emu10k1/snd-audigyls.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq (/lib/modules/2.6.5-1.358/kernel/sound/acore/seq/snd-seq.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq_midi_event (/lib/modules/2.6.5-1.358/kernel/sound/acore/seq/snd-seq-midi-event.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_seq_oss (/lib/modules/2.6.5-1.358/kernel/sound/acore/seq/oss/snd-seq-oss.ko): Unknown symbol in module, or unknown parameter (see dmesg)
any suggestions?
Reply With Quote
  #6  
Old 28th October 2004, 12:34 PM
Oetzi Offline
Registered User
 
Join Date: Sep 2004
Posts: 60
There should be some more information about this in /var/log/dmesg (-> "see dmesg").
Maybe this modules require parameters to be inserted properly (only an assumption).

Last edited by Oetzi; 28th October 2004 at 12:41 PM.
Reply With Quote
  #7  
Old 28th October 2004, 08:27 PM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,855
The commands you are running that are separated by a semicolon can be run one at a time. It might be easier to tell what the first fatal error is if you do it this way.
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
  #8  
Old 28th October 2004, 11:02 PM
aje Offline
Registered User
 
Join Date: Oct 2004
Posts: 22
I did the commands separately.

The first one got the same results. The next two gave no errors, when I hit enter, the prompt just appeared on the next like like usual.

When I entered the last one I got this
Code:
# /sbin/modprobe snd-seq-oss
WARNING: Error inserting snd_seq (/lib/modules/2.6.5-1.358/kernel/sound/acore/seq/snd-seq.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq_midi_event (/lib/modules/2.6.5-1.358/kernel/sound/acore/seq/snd-seq-midi-event.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_seq_oss (/lib/modules/2.6.5-1.358/kernel/sound/acore/seq/oss/snd-seq-oss.ko): Unknown symbol in module, or unknown parameter (see dmesg)
I looked in dmesg but couldn't find anything about the soundcard or the ALSA drivers.
Reply With Quote
  #9  
Old 30th October 2004, 04:51 AM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,855
This looks like a problem with the module itself. Can you give a liink to the place where you got these modules and the directions for installing them?
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
Reply

Tags
insert, kernel, modules

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I insert a new kernel module on FC4 (dazuko) permanent?! tameritoke EOL (End Of Life) Versions 2 8th April 2007 07:38 PM
Howto compile modules which need kernel headers that are not included in kernel-devel raoul Guides & Solutions (No Questions) 2 31st March 2006 11:44 PM
"kernel: agpgart: Trying to insert into local/stolen memory" WheelDweller Hardware & Laptops 4 23rd September 2005 01:22 AM


Current GMT-time: 22:13 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat