LinuxMCE Forums
May 22, 2013, 03:49:03 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: 1 [2]
  Print  
Author Topic: PXE Booting and PCMCIA issue  (Read 2401 times)
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #15 on: May 21, 2009, 12:12:45 pm »

thats what I try to tell you since a few posts ago :-) As the card is 16 bit, you need to run userspace card services, too. You don't need to deactivate 32bit support.

br, Hari
Logged

rock your home - http://www.agocontrol.com home automation
jesaipa
Regular Poster
**
Posts: 30


View Profile
« Reply #16 on: May 21, 2009, 12:18:52 pm »

Have you an idea to do that please ? My knowledge on linux are little but I'm learning a lot with LinuxMCE Smiley

Thank you very much Hary Wink

edit : there is some informations about 16bits cards here : http://www.kernel.org/pub/linux/utils/kernel/pcmcia/cardmgr-to-pcmciautils.html
But I dont understand it and it's for a 2.4 kernel version ...
« Last Edit: May 21, 2009, 12:33:55 pm by jesaipa » Logged
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #17 on: May 21, 2009, 02:17:38 pm »

that is for 2.6 and looks pretty good.. just follow the instructions..

br, Hari
Logged

rock your home - http://www.agocontrol.com home automation
jesaipa
Regular Poster
**
Posts: 30


View Profile
« Reply #18 on: May 21, 2009, 02:35:54 pm »

I don't find the /etc/modprob.conf so I've thinked that was for 2.4 but it's write 2.6 on top of the page.
I'm reading lot of things at this momoment so I'm little confused ...

Sorry for my stupid post and thank's for your help Wink
Logged
jesaipa
Regular Poster
**
Posts: 30


View Profile
« Reply #19 on: May 21, 2009, 04:53:46 pm »

I've tryed to add "install pcmcia_core /sbin/modprobe --ignore-install pcmcia_core; /sbin/modprobe pcmcia" but it don't work because the little image does'nt had install binaries Sad

I'm searching, I'm searching ...

All ideas are welcom
Logged
jesaipa
Regular Poster
**
Posts: 30


View Profile
« Reply #20 on: May 22, 2009, 07:42:34 am »

I don't understand ... I've made lot of tests and finaly I've rebuild my kernel with the 32 bits support cardbus delete.
To do that I've copied the /boot/conf ... file in the src dir to have the same configuration. I've just desactivate the 32 bit support.
Before, my generated initrd file was 4,7 Mo (I'm using the DisklessBuild_default.sh script)
After it's 17 Mo and my tablet don't work. I think I've not enought RAM (32 Mo)

How after the new configuration this file is so big ? I've made a mistake ?

Thank's
Logged
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #21 on: May 22, 2009, 12:39:34 pm »

if the controller supports 32bit i'd really recommend to get a cardbus card. Much less hassle. I've never network-booted over a 16bit pcmcia card, so I cannot elaborate on what needs to go into the kubuntu initrd.

You could unpack the initrd and see what exactly went in there..

br, Hari
Logged

rock your home - http://www.agocontrol.com home automation
jesaipa
Regular Poster
**
Posts: 30


View Profile
« Reply #22 on: May 22, 2009, 01:16:28 pm »

The problem if I change my nic is I'm not sure to find the NDIS driver necessary to make a boot floppy to could boot pcmcia via PXE.
I've extract the initrd, there isn't modprob.conf Sad
I've made lot of tests ... I've add Install binrary file, add a modprob.cof but nothing work Sad

Just a question ... I've rebuild the kernel by :
I've downloaded the kernel source 2.6.22-14
I've copy /boot/config.... to /usr/src/linux source dir/ .config
I've made a make menuconfig and disable 32 bits pccard support
I've run make-kpkg clean
I've run : fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
To finish I'v installed the .deb

I'm finding a strange thing ... with this little modification my new /boot/initrd-image is 47 Mo and the old is 7 Mo. It's the same when I build the initramfs, the size 7x more important (I hope you know what I mean)
Is t a good practice to re-setup my kernel ?

Thank you
Logged
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #23 on: May 22, 2009, 01:39:20 pm »

did you try to manually create the initrd?
Logged

rock your home - http://www.agocontrol.com home automation
jesaipa
Regular Poster
**
Posts: 30


View Profile
« Reply #24 on: May 22, 2009, 01:45:33 pm »

No I don't, my knowledge are too bad for that.
I was thinked that the once way to build it is to ru mkintramfs no ?
Logged
jesaipa
Regular Poster
**
Posts: 30


View Profile
« Reply #25 on: May 24, 2009, 07:20:57 am »

I've made a test because I find the initrd size too big compared to original size so I've copyied the /boot/congig ... file in my src folder and I don't modify it.
I've build the kernel and the size is 7x much important that original ...

I've made a mistake ?

Thank you Wink
Logged
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #26 on: May 24, 2009, 08:58:06 am »

hmm, this is strange. Did you use the config-<blah> for your running kernel?

best regards,
Hari
Logged

rock your home - http://www.agocontrol.com home automation
jesaipa
Regular Poster
**
Posts: 30


View Profile
« Reply #27 on: May 24, 2009, 09:28:59 am »

I think that I use the config file who is make with my build kernel because to build it I create 2 .deb and install it.
I test, I test because I've not more knowledge.

Have you a good method to rebuild my kernel please ?

Thank's Wink
Logged
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #28 on: May 24, 2009, 11:11:33 am »

make bzImage :-p

if i were you, I'd really get a 32 bit card. I'm not sure but I think the recent ones should do PXE fine.

br, Hari
Logged

rock your home - http://www.agocontrol.com home automation
jesaipa
Regular Poster
**
Posts: 30


View Profile
« Reply #29 on: May 24, 2009, 06:16:17 pm »

I've searched a 32 bit card PXE capable but I don't find Sad So more, I don't think that my bios is capable

I put it in standby because I'm tired, I'm searching since more one week without result

Thank's for your help Hary Wink
Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!