LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-03-2005, 07:55 PM   #1
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Blog Entries: 1

Rep: Reputation: 41
No Modules loading at boot.


I have Slack 10.2, Kernel 2.4.31.

When I boot, it will go to PCMCIA and sometimes hang. Now, all of a sudden, when it hits hotplug, it goes through every line in modules.dep and says "unparsaple line" cciss (?) also gives an error. ndiswrapper -l says rt2500 driver present (no hardware detected - PCMCIA). When I do lsmod, nothing appears. What can I do to fix it?
 
Old 10-05-2005, 08:19 AM   #2
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
Hi

I don't know if this will help but searching this forum found this.

and a search in google found lots of references to rt2500 problems, most revolved round not loading the module for the network card or the pcmcia socket. Try modprobe rt2500 as seen in this howto.

cciss are drivers for the Compaq Smart Array controllers which provide hardware RAID capability. Do you have/need this? If not add it to /etc/hotplug/blacklist.

I have neither of these so I have no first hand knowledge of either of these problems, but a quick search in google turned up these possible avenues of investigation.

Samac
 
Old 10-05-2005, 12:28 PM   #3
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432

Original Poster
Blog Entries: 1

Rep: Reputation: 41
Thanks.

I am still having trouble because it is not just the rt2500 with which I have a problem. Every module comes up "unparsable". when hotplug tries to load, it will literally go through every line in modules.dep, and give an error (....this takes about 5 minutes to run through). When it finnally finishes, I get a login prompt, I login as root, run lsmod and nothing is displayed except the column headers. No modules load..at all. I get the feeling something is corrupted somewhere, but what can I do to fix it?
 
Old 10-05-2005, 03:35 PM   #4
jontamask
LQ Newbie
 
Registered: May 2004
Distribution: Slackware current
Posts: 17

Rep: Reputation: 0
I have no idea, but you could try making the rc.pcmcia startup script non-executable. If that is where the problem is; well, at least you know where the problem is. The file is found in /etc/rc.d, and being root you can issue the command chmod 644 rc.pcmcia to make it non-executable.
 
Old 10-05-2005, 03:41 PM   #5
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,346

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
"it goes through every line in modules.dep and says "unparsaple line" "

Could you post your modules.dep?

----------------------
Steve Stites
 
Old 10-05-2005, 10:20 PM   #6
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432

Original Poster
Blog Entries: 1

Rep: Reputation: 41
Quote:
Originally posted by jailbait
"it goes through every line in modules.dep and says "unparsaple line" "

Could you post your modules.dep?

----------------------
Steve Stites
Here is modules.dep, dmesg and syslog. Need anything else? (lspci does show all hardware correctly)

thanks!


too big. I will post it here ->http://www.pyro.ws/linux/helpme.htm

Last edited by mpyusko; 10-06-2005 at 03:47 PM.
 
Old 10-08-2005, 03:23 PM   #7
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432

Original Poster
Blog Entries: 1

Rep: Reputation: 41
I'm still working at trying to solve this problem. Each boot takes about 5 minutes and results with no modules loading. While KDE wil still come up, most of my system's fuctionality is gone. Is there a way I can rebuild my modules.dep? How can I keep this problem from coming back in the future?

Thanks for your help!
 
Old 10-15-2005, 11:10 AM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
/sbin/depmod -F/boot/System.map-kernel-version -b /lib/modules/kernel-version.
Does this situation persist from install or did it occur after a kernel upgrade?
Did you try building the latest kernel.org kernel yourself?

*Wrt your other thread, next time please use the "bump" function to get your thread back to the top of the forumlist.
 
Old 10-15-2005, 11:09 PM   #9
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432

Original Poster
Blog Entries: 1

Rep: Reputation: 41
one day it just "happened". I don't know why, it just did. I had a clean, full install running for a while. The only thing I can think of is LIRC. It was the most recent thing I installed. I was trying to configure it but it never detected my built-in IR port.

I was not aware there was a bump feature. Now that I am.... how would I do it?

Last edited by mpyusko; 10-16-2005 at 09:53 AM.
 
Old 10-22-2005, 04:26 PM   #10
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432

Original Poster
Blog Entries: 1

Rep: Reputation: 41
Quote:
Originally posted by unSpawn
/sbin/depmod -F/boot/System.map-kernel-version -b /lib/modules/kernel-version.
Worked great, although I did not need the -b section. THANK YOU!!!!!!! :-)
 
Old 10-22-2005, 05:19 PM   #11
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
After 24 hours without answers just post in the same thread asking if anyone can help you to solve the problem, that's called a "bump", your thread will go up again.

PS: I think it was 24 hours... read the rules just in case.
 
Old 09-25-2006, 03:39 PM   #12
stabu
Member
 
Registered: Mar 2004
Location: dublin IRL
Distribution: Slackv12.1, Slamd64v12.1,Xubuntu v8.10_64, FC8_64
Posts: 438
Blog Entries: 5

Rep: Reputation: 32
I have this problem, but it's occurring in my modules.usbmap file. Only a few lines seem unparsable, because it doesn't go through the whole file.

Unfortunately I don't know whats going on at this stage of the boot process.

The -b switch is also superfluous for me. It already looks at /lib/modules/$RELEASENAME.

Just can't get to the bottom of this. Any help appreciated.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Loading modules at boot paddyjoy Linux - Newbie 2 06-27-2005 09:23 PM
Loading kernel modules during boot. alexeyak Fedora 4 12-20-2004 09:04 AM
loading modules at boot Davidian1024 Linux From Scratch 3 06-25-2004 12:19 AM
disable modules from loading on boot spyderusa11 Fedora 1 05-23-2004 05:58 PM
loading modules at boot qanopus Linux - General 2 11-29-2002 04:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration