firewire networking?

Fórumok

Találtam egy linket ezzel kapcsolatban
https://help.ubuntu.com/community/EthernetOverFirewire

a kérdésem az lenne hogy hogyan tudnám ezt a 3dolgot belefordítani a kernerbe?
mivel nekem a net Firewire kábelen keresztül jön...

üdv szikla

Hozzászólások

1.) kernelforrást telepít
3.) cp /boot/config-`uname -r` /usr/src/linux-`uname -r/.config
4.) beleteszed amit linkeltél (nem modulba)
5.) cd /usr/src/linux-`uname -r`/
6.) make oldconfig
7.) make-kpkg --initrd --bzImage kernel-image
8.) cd ..
9.) dpkg -i kernelcsomag-neve-verzioja.deb
10.) reboot

--
trey @ gépház

Ah multkoriban epp azon csodalkoztam mi a fene ertelme van hogy a gepemben van egy firewire ethernet adapter :D

trey@alderaan:~$ apt-cache search linux-source
xen-source-2.6.16 - Linux kernel source for version 2.6.17 with Ubuntu patches
linux-source - Linux kernel source with Ubuntu patches
linux-source-2.6.20 - Linux kernel source for version 2.6.20 with Ubuntu patches

apt-get install linux-source-2.6.20
...
stb.

--
trey @ gépház