LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-17-2004, 09:32 AM   #1
dev8080
Member
 
Registered: Aug 2003
Posts: 64

Rep: Reputation: 15
PCMCIA module not loading at boot


I ugraded my toshiba laptop from redhat 7.3 to 9.0 using apt-get and PCMCIA lan card (internet) but after the upgrade,

1) PCMCIA modules are not loading at boot time. lsmod does not list pcmcia_core, yenta_socket and ds. But they successfully get loaded when I do insmod pcmcia_core, yenta_socket and ds. How do make it load automatically at boot time. Also, in services pcmcia is not listed.

2) I had gnome working before but after upgrade gnome is not working. I am using startx. What do I need to add in .xinitrc?? there is no gnome-session or gnome-wm any where. Icewm is working with exec icewm

3) The black screen terminal size (when I press Ctrl+Alt+F1 or F2 or F3 .. so on ) is small, however the graphical mode is showing full screen

Thanks a lot in advance
Dev
 
Old 09-17-2004, 11:35 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi

for ur pcmcia card

u need to see that ur pcmcia service

service pcmcia status

to start it

service pcmcia start

regards
 
Old 09-17-2004, 12:56 PM   #3
dev8080
Member
 
Registered: Aug 2003
Posts: 64

Original Poster
Rep: Reputation: 15
Thanks for the reply,
service pcmcia status returns

pcmcia: unrecognized service
 
Old 09-17-2004, 01:23 PM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi
do u have the required packages for pcmcia installed
like i get the following on FC2
what do u get on this

[root@gaurav linux-2.6.8.1]# rpm -qa|grep pcmcia
pcmcia-cs-3.2.7-1.5
[root@gaurav linux-2.6.8.1]#

regards
 
Old 09-17-2004, 01:51 PM   #5
dev8080
Member
 
Registered: Aug 2003
Posts: 64

Original Poster
Rep: Reputation: 15
rpm -qa | grep pcmcia returns nothing. What all packages do I need to install?

Dev
 
Old 09-17-2004, 02:21 PM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

sorry there is no such package for rH 9.0 as we have in FC2
instead there is this

http://ftp.freshrpms.net/pub/redhat/...31-13.i386.rpm

try it

regards
 
Old 09-18-2004, 12:31 AM   #7
dev8080
Member
 
Registered: Aug 2003
Posts: 64

Original Poster
Rep: Reputation: 15
hey masand,
I installed kernel-pcmcia-cs package and scheduling the pcmcia service at the boot time but still the modules dont get loaded automatically and the network card light does not glow untill I manually load the modules using insmod

Regarding gnome, I installed gnome-session package and gnome is working fine.

Thanks
Dev
 
Old 09-18-2004, 12:43 AM   #8
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

so u r able to load ur card manually!!!

this might be happening since u have upgraded using apt-get and it might not have changed ur /etc/modules.conf or /etc/modprobe are respomsible for the same

so u need to look into them
i have't ugraded like this so his is just a guess from my side

i have though dited modpraobe.conf to adjust somthing when i upgraded my kernel from 2.4 to 2.6

also why didn't u try upgarding frm the CDs or the full new install


regards
 
Old 09-20-2004, 08:43 AM   #9
dev8080
Member
 
Registered: Aug 2003
Posts: 64

Original Poster
Rep: Reputation: 15
Hey Thanks Yaar,
I will check up the modules.conf and modprobe. Thanks for your help. I didn't do it from cd cause I donot have a cdrom drive in my laptop and no floppy either. it is one of those slim laptops. Actually I did some mistake in my lilo.conf and it is not booting up now. I am buying an external floppy drive to fix the lilo. I have a usb external floppy but it doesnot boot into it.
But it was good experience upgrading with apt-get. I would definately use apt-get in the future to install/upgrade packages because it automatically takes care of the dependency issue of red-hat. Previously I used to hate Red-hat for this reason and I was happy with Slackware. But noe since there is apt-get for rH too, i started liking it. I installed gnome, KDE, mplayer, xine, wine and many other softwares with apt-get.

Thanks again
Dev
 
Old 09-20-2004, 10:42 AM   #10
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

with the given constraints , apt-get is goood option

and u might be requiring a hell of good bandwidth for this

and redhat is good OS , i have been working on this for good amount of time
and i have found this a good stable OS

regards
 
Old 09-30-2004, 11:30 AM   #11
dev8080
Member
 
Registered: Aug 2003
Posts: 64

Original Poster
Rep: Reputation: 15
Hi,
I checked up modules.conf and modprobe. nothing related to loading any module. modules.conf has some aliases. and modprobe is executable.

Please help me loading the modules automatically at boot.

Dev
 
Old 09-30-2004, 01:15 PM   #12
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

while we look out for some solutions

add the name of the module in ur /etc/modules.conf

regards:
 
Old 10-07-2004, 02:41 PM   #13
dev8080
Member
 
Registered: Aug 2003
Posts: 64

Original Poster
Rep: Reputation: 15
Sorry for the delay in response. I was out of town.
I tried adding the modules name in modules.conf, but it gave incorrect syntax. How do you add the modules in modules.conf. I just wrote the names of the modules.

Thanks
Dev
 
Old 10-14-2004, 02:37 PM   #14
dev8080
Member
 
Registered: Aug 2003
Posts: 64

Original Poster
Rep: Reputation: 15
Any help??
Dev
 
Old 12-04-2004, 04:40 PM   #15
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

try adding
modprobe <module name>

in ur
/etc/rc.d/rc.sysinit

file
regards
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
module loading at boot vasco1984 Linux - General 4 05-11-2004 06:39 AM
Module not loading at boot sbadelt Linux - Hardware 2 12-18-2003 11:34 AM
pcmcia memory_cs.o module not loading draker Linux - Laptop and Netbook 1 10-15-2003 09:45 AM
pcmcia drivers functioning, but not loading during boot flv7a Linux - Software 7 07-14-2003 04:40 AM
pcmcia drivers functioning, but not loading during boot flv7a Linux - General 4 04-13-2003 02:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:25 AM.

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