tcb
Group: Members
Posts: 4
Joined: May 2007 |
|
Posted: May 24 2007,14:46 |
|
I have got PCMCIA working for the 6729 on a Micron Millennia Transport and a 16-bit Belkin ethernet card. I didn't exactly follow the method above. Instead, I downloaded the kernelsource.dsl, extracted it, took the .config file (from dsl 2.4.26 kernelsource\usr\src\linux-2.4.26\) and modified the PCMCIA section as described above. Then I downloaded the 2.4.26 kernel and recompiled it using the modified .config file. The pcmcia-cs package can be used to install the i82365 module after that.
A couple of extras I had to do (all mentioned above): to recompile, you need to install gnu-utils and gcc-with-libs; and since the pcmcia-cs package wants cc, I had to make cc a symbolic link to gcc. Be sure to configure the pcmcia config file per the PCMCIA HowTo. The options I used were "irq_mode=1 fast_pci=1".
My CD drive has not worked for years, so I had to buy an IDE 3.5 inch adapter and connect my HD to my desktop to get all this stuff on there. I performed a HD install from another partition using Grub to boot to Isolinux with the lowram option parameters, but that is the topic of another post in Tips.
|