LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-16-2003, 03:09 PM   #1
ryg
LQ Newbie
 
Registered: Jun 2003
Posts: 16

Rep: Reputation: 0
pcmcia on linux mandrake 9.1 not installed


Hi, I've just installed linux mandrake 9.1 on my laptop (P IV, 2.4 Ghz with 512 Mb DDR memory and Ati Radeon 9000 Mobility 64 Mb DDR (tv out) CD writer and reader, 60 Gb hard disk, usb / usb 2 / firewire / lan / pcmcia). It's a beautifull machine and everything seems to work smoothely with mandrake 9.1 exept for the pcmcia slot. Either it's the pcmcia slot which isn't recognized or it's the Xircom network card. I just can't figure out. I just installed "pcmcia-cs-3.2.3" and "pcmcia-cs-X11-3.2.3" packages but never saw the utility of those because they just don't change a damned thing about the pcmcia slot. I ran "gpccard" (saw it was an utility from the packages) and it said that there is no pcmcia driver in /proc/devices. Anyone knows how to get a pcmcia driver in this ? I really need help on this...

Oh yeah, another sad point is that tv-out just doesn't work with the mobility radeon. Someone wrote a tv-out tool, but it doesn't work with newer cards than ati radeon 7500 . Some things are so sad in life, you just can't imagine. lol.
 
Old 06-17-2003, 09:29 AM   #2
sidey
Member
 
Registered: Mar 2003
Location: Essex UK
Distribution: rh 8.0 bsd 5.0 slack 9.0 rc2 crux
Posts: 147

Rep: Reputation: 15
you will need to recompile the kernel adding support for pcmcia
 
Old 06-17-2003, 10:04 AM   #3
ryg
LQ Newbie
 
Registered: Jun 2003
Posts: 16

Original Poster
Rep: Reputation: 0
huh ?

This seems great, but, can you explain how to do it without crashing my system ?

I'm not very good at this stuff to be honest.
 
Old 06-19-2003, 02:42 AM   #4
sidey
Member
 
Registered: Mar 2003
Location: Essex UK
Distribution: rh 8.0 bsd 5.0 slack 9.0 rc2 crux
Posts: 147

Rep: Reputation: 15
heh yeah, i'll probably be a bit vague here as i'm at work and doing all this from memory ), hope fully you will have the kernel source already on your system, normally under /usr/src/linux* where * might be the distribution number.

First off copy the current vmlinuz to vmlinuz2 in /boot then edit /etc/lilo.conf and copy whats in there already again underneath but chaning the second vmlinuz to vmlinuz 2 (this will alllow you to have a bootable system if the new kernel starts breaking things )

jump in to this dir and type make menuconfig. (note these instructions are all done under the console so quit xwindows first if you boot straight into that)

The command will throw out loads of crp whilst it compiles the program then will stick a nice blue menu in your screen. Then move down to general setup hit enter and then move down to pcmcia/cardbus support and select everything here, probably somebody would moan about me saying that stick everything as * not M but i prefer that these are compiled straight into the kernel. (i'm saying select everything because i don't know your setup) Then press escape twice so your back at the main menu then move down to network device support. Then down to pcmcia network device support and if you know your card make stick it as an M here.

Then exit it all and save the configuration when it asks you. Then type make dep ; make bzImage ; make modules ; make modules_install ; cp System.map /boot ; cp arch/i386/boot/bzImage /boot/vmlinuz ; lilo ; reboot (this last command should all be on one line) then you can disappear for 30 odd mins while it all compiles and installs for you (there shouldnt be any problems)
 
Old 06-19-2003, 03:18 PM   #5
ryg
LQ Newbie
 
Registered: Jun 2003
Posts: 16

Original Poster
Rep: Reputation: 0
Well, thanks a lot. Thanks to you I can recompile my kernel. I managed for the first time in my life to compile a kernel and it worked ! But at all stories, there's a bad point. In this story of mine, the bad point is that even with the recompiled kernel with pcmcia options and network devices options activated (I've set everything on "*" instead of "M" because it was already set on "M"), it just won't work. The odd thing of this is that I installed RH 9 with a much older kernel on it (no pre relase) and there, it worked fine. I got the Xircom network card activated and running without having to do anything, just at installation of RH. Now, I'm wondering what could possibly mess up the network card on Mdk 9.1. Damned, it's such a fine distro compared to RH, but that network card not functionning is crucial to my using it. I'm having bad luck I guess. Does anyone got another fine idee for me ? I really need that network card to run. Somone proposed me to recompile (again... ) the RH 9 kernel on my Mdk 9.1 distribution. But I'm afraid it would just mess up the whole system. I just don't know what to do anymore.
 
Old 06-19-2003, 03:27 PM   #6
manthram
Member
 
Registered: Feb 2002
Location: Fairfax, VA
Distribution: RedHat 8, Mandrake9.1, Slack9
Posts: 456

Rep: Reputation: 31
mnadrake 9.1 supports Xircom, its module is tulip and is a very generic one which is available in all the major distros. i run mandy9.1 and i have no problems using my Xircom ethernet card. was your inserted when you were installing mandrake? if it was then mandrake would have easily identified it and would have asked you to configure it. if it was not then maybe your PCMCIA service was not running when you tried to insert it and configure it.
 
Old 06-22-2003, 07:48 AM   #7
ryg
LQ Newbie
 
Registered: Jun 2003
Posts: 16

Original Poster
Rep: Reputation: 0
I believe I've found what's the problem. When I started harddrake2 under kde, it saw the following : Unknown CardBus Bridge
My guess is that it's the pcmcia controller and that it ain't known by madrake 9.1. Funny is that RH 9 could use it. Does someone has a clue on how to fix this ?
 
Old 06-22-2003, 08:06 AM   #8
ryg
LQ Newbie
 
Registered: Jun 2003
Posts: 16

Original Poster
Rep: Reputation: 0
I've installed the pcmcia-cs-3.2... and pcmcia-cs-X11-3.2... packages. But when I try to run the gpccard utility it returns there's no pcmcia driver in /proc/... What can I do to install a pcmcia driver ? I guess I'll have to recompile my kernel again... but how and with what drivers and where can I get those drivers... or how else ? Thanks in forehand.
 
Old 06-23-2003, 07:57 AM   #9
sidey
Member
 
Registered: Mar 2003
Location: Essex UK
Distribution: rh 8.0 bsd 5.0 slack 9.0 rc2 crux
Posts: 147

Rep: Reputation: 15
http://archives.mandrakelinux.com/ex...5/msg01711.php

Try this it hopefully the reply worked for the other guy, i dunno though

**update**
Actually this might not work, but its worth a try

Last edited by sidey; 06-23-2003 at 07:59 AM.
 
Old 06-26-2003, 01:24 PM   #10
ryg
LQ Newbie
 
Registered: Jun 2003
Posts: 16

Original Poster
Rep: Reputation: 0
Thanx a lot but at work they obliged me to return to redhat. I won't be able to try out now. It's a pitty, maybe another time but still, thanks a lot for the information.
 
Old 07-04-2003, 12:28 PM   #11
bigmember
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 7

Rep: Reputation: 0
pcmcia woes

being a myself, I tried red hat and mandrake 9 and couldnt ever get it right so i downloaded an older distro (mandrake 7.x) and everything worked fine. it seems that the new kernel version has some issues with pcmcia. if i knew how to correct and submit it, i would. still learning here........

dave
 
Old 07-07-2003, 03:46 PM   #12
ryg
LQ Newbie
 
Registered: Jun 2003
Posts: 16

Original Poster
Rep: Reputation: 0
Thanxs !

Even if you're a newbie, I believe you found the solution. Indeed, I'm gonna try Mandrake 9.0 instead of 9.1 on my computer and I guess the pcmcia controler will be recognized and fully operationnal. It seems to me it's the unsteable kernel used in mandrake 9.1 that is the trouble maker in our case. Thanx a lot for your solution and I mean it.
 
Old 07-08-2003, 02:41 PM   #13
ryg
LQ Newbie
 
Registered: Jun 2003
Posts: 16

Original Poster
Rep: Reputation: 0
For all people in here who're still looking for the thruth out there, here is the ultimate explanation on how to get your pcmcia slot and every single pcmcia card in it to work under Mandrake 9.1 and tutti quanti. In fact it's no kernel version problem, even not a weird distro prob. The fact is it is some configuration problem at installation. Not your fault cause you ain't given the possibility to correct this bug at installation. Now here is the procedure to follow to get it done :

0) install Mandrake 9.1 (if it ain't done yet)
1) go to your package manager and install the following packages by typing "pcmcia" in the search area : "pcmcia-cs" and "pcmcia-X11-cs"
2) then, edit the following file /etc/sysconfig/pcmcia (you have to
be root to do this operation ( $ su root ) for the noobs out there
according to me, this file should only contain one single line before
you edit it : PCMCIA=no
odd, isn't it ? so, here we go, and let's rectify this by replacing "no" by "yes" and adding a little other line which will make everything run smooth . The file will look like this :

PCMCIA=yes
PCIC=probe

3) finally, you just have to start the pcmcia service by typing the following line :
$./etc/rc.d/init.d/pcmcia start
while being root... or for the noobs out there (no offense, I'm a linux noob myself even if I'm getting better at it ) just reboot the machine.

Man, this procedure was entirely created by me with no help... exept of the wall on which I could hit my head several times, that felt so good !

Please, give me your comments about this one, because I really need to know what you think of this I worked a pretty long time on this to find this out so... a little thanks would be appreciated

Cya !
 
Old 07-31-2003, 12:50 PM   #14
ggrotyohann
LQ Newbie
 
Registered: Aug 2002
Location: NC
Distribution: Red Hat, SuSE, Mandrake
Posts: 1

Rep: Reputation: 0
You are a genius!!! I've been trying to get my Xircom PCMCIA card to work for a month on Mandrake 9.1. It works fine with RH 9 and SuSE 8.2. Thanks for finally solving my problem.

Greg
 
Old 08-12-2003, 03:33 AM   #15
ryg
LQ Newbie
 
Registered: Jun 2003
Posts: 16

Original Poster
Rep: Reputation: 0
Talking

Thanks for the compliment
 
  


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
i have recently installed mandrake linux 10 and its very very slow. ant123 Linux - Newbie 12 09-02-2004 12:57 PM
After Mandrake Linux 10 is installed,WinXP detects new hardware.Why? PrinceBalak Linux - Newbie 7 06-07-2004 05:50 PM
Need help on Mandrake Linux i just installed it! chaldoray Linux - Software 7 10-09-2003 06:49 PM
I just installed Mandrake Linux but my speakers aren't working stilanas Linux - Hardware 5 09-13-2003 07:15 AM
Installed Mandrake Linux, now what? Please help! dizzyflower28 Linux - Newbie 20 07-18-2003 08:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:25 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