Page 4 of 5

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Mon Oct 04, 2010 1:12 pm
by axcoco
Update :
2.6.32-25-fitpc2i available :

Code: Select all

apt-get update
apt-get install linux-image-2.6.32-25-fitpc2i

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Mon Oct 04, 2010 6:56 pm
by mdavids
axcoco wrote:2.6.32-25-fitpc2i available :
uname -a
Linux gw 2.6.32-25-fitpc2i #44 SMP Sun Oct 3 15:24:59 CEST 2010 i686 GNU/Linux


Cool - thank you axcoco!

And thank you for the explanation of your changes to the pata driver. That was good information.

--
Marco

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Sun Oct 10, 2010 5:57 am
by robert.berger
axcoco,

1) repository

Can you please tell us the details of your repository?

I would like to try it (pdata.ko and initrd) without installing the iso on some image I cooked.

Code: Select all

apt-get update; apt-get install
So I would need to know where the key/repository is.

2) mainstream kernel patch
Are the any plans to make a proper patch at least for the pata module which can go into the mainline kernel?

Regards,

Robert

--
Robert Berger
Embedded Software Specialist

Reliable Embedded Systems
Consulting Training Engineering
Tel.: (+30) 697 593 3428
Fax.:(+30) 210 684 7881
email: robert.berger@reliableembeddedsystems.com
URL: http://www.reliableembeddedsystems.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
upcoming public sessions:

Embedded Live - London/Earls Court
https://www.cmpevents.com/ESCUK10/a.asp ... ssID=11429
October 20th 2010, 09:00am - 09:50am
Track: Open-Source Software, including Linux and Android
Session WE-2.1: "How to make a Linux kernel patch?"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Tue Oct 12, 2010 5:48 am
by mdavids
robert.berger wrote:axcoco,
Can you please tell us the details of your repository?

Code: Select all

deb http://fitpc2i.dexnode.com/download/ubuntu/dists/lucid binary/
That should go in /etc/apt/sources.list (as you probably know - but this is just for the sake of compleness).

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Mon Nov 08, 2010 8:07 pm
by Gosho
In case you install the (vanilla, ubuntu 10.10) kernel on the 4 GB flash drive, how exactly do you find your 160G HD? the pata_sch module is loaded, but I cannot find the HD with fdisk, its not in /proc/partitions either. Am I missing something? Do I need other kernel modules?

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Fri Nov 19, 2010 3:08 pm
by axcoco
Gosho wrote:In case you install the (vanilla, ubuntu 10.10) kernel on the 4 GB flash drive, how exactly do you find your 160G HD? the pata_sch module is loaded, but I cannot find the HD with fdisk, its not in /proc/partitions either. Am I missing something? Do I need other kernel modules?
I guess you will need a patched pata module in order to get the HDD detected. I had the same issue on 10.04 with flash drive install, HD was not found.

Or try to add a line in fstab and do a mount /dev/sdb1 /media/hdd but I'm not sure this will work

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Sat Nov 20, 2010 9:10 pm
by Gosho
changing /etc/fstab is not gonna work since fdisk doesnt find the disk... The only solution will be a patched module indeed, anyone out there who can give a "how to" patch the module? This would be greatly appreciated!

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Fri Dec 03, 2010 10:50 am
by axcoco
Gosho wrote:changing /etc/fstab is not gonna work since fdisk doesnt find the disk... The only solution will be a patched module indeed, anyone out there who can give a "how to" patch the module? This would be greatly appreciated!

Try with this pata_sch.ko module but I won't be able to explain you how to replace it : http://fitpc2i.dexnode.com/download/ubu ... d/sources/
but i'm not sure this will work as the pata module is also in vanilla and used at boot start.

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Fri Dec 03, 2010 3:21 pm
by Gosho
Cheers, I will have a look and hopefully give that a try asap...

Re: Ubuntu Server 10.04 LTS fit-pc2i rev 1.1 iso for HD install

Posted: Sat Jan 15, 2011 10:38 pm
by Merhaba
Hi axcoco,
can you give a little howto on how you modified the iso image? Did you use the gui or the command line? UCKs docs are not very extensive and I have to reinstall my fitpc2i rev. 1.1 without having an usb keyboard nor a monitor available :-/ I already managed to find sufficient infos about the d-i commands to modify the iso for netbooting, but didn't get UCK to work :-(

Thanks in advance for your kind help :-)