Slackware This Forum is for the discussion of Slackware 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
10-03-2005, 07:55 PM
|
#1
|
Member
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Rep:
|
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?
|
|
|
10-05-2005, 08:19 AM
|
#2
|
Senior Member
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425
Rep: 
|
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
|
|
|
10-05-2005, 12:28 PM
|
#3
|
Member
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Original Poster
Rep:
|
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?
|
|
|
10-05-2005, 03:35 PM
|
#4
|
LQ Newbie
Registered: May 2004
Distribution: Slackware current
Posts: 17
Rep:
|
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.
|
|
|
10-05-2005, 03:41 PM
|
#5
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,381
|
"it goes through every line in modules.dep and says "unparsaple line" "
Could you post your modules.dep?
----------------------
Steve Stites
|
|
|
10-05-2005, 10:20 PM
|
#6
|
Member
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Original Poster
Rep:
|
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.
|
|
|
10-08-2005, 03:23 PM
|
#7
|
Member
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Original Poster
Rep:
|
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!
|
|
|
10-15-2005, 11:10 AM
|
#8
|
Moderator
Registered: May 2001
Posts: 29,415
|
/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.
|
|
|
10-15-2005, 11:09 PM
|
#9
|
Member
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Original Poster
Rep:
|
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.
|
|
|
10-22-2005, 04:26 PM
|
#10
|
Member
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Original Poster
Rep:
|
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!!!!!!! :-)
|
|
|
10-22-2005, 05:19 PM
|
#11
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
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.
|
|
|
09-25-2006, 03:39 PM
|
#12
|
Member
Registered: Mar 2004
Location: dublin IRL
Distribution: Slackv12.1, Slamd64v12.1,Xubuntu v8.10_64, FC8_64
Posts: 438
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 03:12 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|