Hello Linux folkz, I downloaded and compiled 2.4.0 kernel. After I rebooted I got no sound and these messages: Jan 8 20:29:02 gate modprobe: modprobe: Can't locate module char-major-119 Jan 8 20:29:04 gate modprobe: modprobe: Can't locate module net-pf-10 Jan 8 20:29:12 gate modprobe: modprobe: Can't locate module char-major-10-175 Jan 8 20:29:26 gate modprobe: modprobe: Can't locate module sound-slot-0 Jan 8 20:29:26 gate modprobe: modprobe: Can't locate module sound-service-0-3 Jan 8 20:29:28 gate modprobe: modprobe: Can't locate module char-major-15 Jan 8 20:29:28 gate modprobe: modprobe: Can't locate module char-major-15 Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-slot-0 Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-service-0-0 Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-slot-0 Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-service-0-0 ipchains: protocol not available Swap space didn't appear to be mounted. I did update modutils. Could somebody pleae give me a hint how to fix sound, ipchains and swap space. Many thanks in advance. Alex -- MS Windows users should be covered under the Americans with Disabilities Act.
On Mon, 8 Jan 2001, Alex Daniloff wrote: <*]Hello Linux folkz, Hello :) <*]I downloaded and compiled 2.4.0 kernel. <*]After I rebooted I got no sound and these messages: <*] <*]Jan 8 20:29:02 gate modprobe: modprobe: Can't locate module char-major-119 <*]Jan 8 20:29:04 gate modprobe: modprobe: Can't locate module net-pf-10 <*]Jan 8 20:29:12 gate modprobe: modprobe: Can't locate module char-major-10-175 <*]Jan 8 20:29:26 gate modprobe: modprobe: Can't locate module sound-slot-0 <*]Jan 8 20:29:26 gate modprobe: modprobe: Can't locate module sound-service-0-3 <*]Jan 8 20:29:28 gate modprobe: modprobe: Can't locate module char-major-15 <*]Jan 8 20:29:28 gate modprobe: modprobe: Can't locate module char-major-15 <*]Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-slot-0 <*]Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-service-0-0 <*]Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-slot-0 <*]Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-service-0-0 It seems you didn't configured properly the Sound section. Be sure you compile the correct support for your sound card as a module. Have a look at your /etc/modules.conf to see the relevant section of your sound module config before you upgraded to 2.4 kernel, or your 2.2 kernel's config file, if you still have it. <*] <*]ipchains: protocol not available <*] Networking Options of the kernel config... Replace ipchains and use Iptables instead: http://netfilter.kernelnotes.org For simple masquerading and NAT, look at the NAT-Howto on this site. <*]Swap space didn't appear to be mounted. man swapon Hope this helps. /NB ________________ Nicolas Beaulieu Economics Department, Universite Laval Centre de Recherches en Economie et Finances Appliquees (CREFA) Quebec, Canada mailto:nicolas.beaulieu@ecn.ulaval.ca _________________ http://patagonia.dyndns.org ICQ 15933500 Teamwork is essential: it allows you to blame someone else. _________________
On January 8, 2001 11:31 pm, Alex Daniloff wrote:
Hello Linux folkz, I downloaded and compiled 2.4.0 kernel. After I rebooted I got no sound and these messages:
Jan 8 20:29:02 gate modprobe: modprobe: Can't locate module char-major-119 Jan 8 20:29:04 gate modprobe: modprobe: Can't locate module net-pf-10 Jan 8 20:29:12 gate modprobe: modprobe: Can't locate module char-major-10-175 Jan 8 20:29:26 gate modprobe: modprobe: Can't locate module sound-slot-0 Jan 8 20:29:26 gate modprobe: modprobe: Can't locate module sound-service-0-3 Jan 8 20:29:28 gate modprobe: modprobe: Can't locate module char-major-15 Jan 8 20:29:28 gate modprobe: modprobe: Can't locate module char-major-15 Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-slot-0 Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-service-0-0 Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-slot-0 Jan 8 20:29:33 gate modprobe: modprobe: Can't locate module sound-service-0-0
ipchains: protocol not available
Swap space didn't appear to be mounted.
I did update modutils.
Could somebody pleae give me a hint how to fix sound, ipchains and swap space. Many thanks in advance.
Ipchains has been replaced in 2.4. At least I think it has. So you need to use the new system. path[sound]=/lib/modules/sound Is the place modprobe -c shows sound for me. So I copied all the stuff from /lib/modules/2.4.0/misc to /lib/modules/sound. No idea whats wrong with your swap. Nick
participants (3)
-
Alex Daniloff
-
Nick Zentena
-
Nicolas Beaulieu