----- Freek de Kruijf <[email protected]> a écrit : > On vrijdag 13 september 2013 10:41:55 wrote Guillaume Gardet: > > Le 11/09/2013 13:56, Freek de Kruijf a écrit : > > > After installation of the rapberrypi kernel I tried to start the network > > > module of YaST. The y2log shows the message: > > > > > > linux(3168) [Ruby] modules/Linuxrc.rb:49 Reading install.inf, but file > > > doesn't exist!!! > > > > > > Which turns out to be the file /etc/install.inf, but apparently coming > > > from > > > /var/lib/YaST2/install.inf which does not exist in the raspberrypi kernel > > > package. > > > > > > I could start the module using the initial kernel. > > > > Strange. I have no problem here with the new kernel. I have a WIPI module > > (rt2800 chipset) which is working fine. > > > > Do you manage to start the network yast module _without_ your wifi stick? > > > > I would suspect a problem with YaST instead of Linux kernel. > > I started all over on the SD. Had some trouble installing the kernel- > raspberrypi, - half way zypper reported that the user canceled the command,
Interesting, it is the same error as in JeOS-raspberrypi image. > however I did not - which finally succeeded. After this I removed kernel- > default. However "uname -a" still reports "Linux linux 3.1.10-5-raspberrypi > #2 > Sun Sep 1 12:29:00 UTC 2013 armv6l armv6l armv6l GNU/Linux" I also needed to > make a symbolic link in /lib/modules/ 3.1.10-5-raspberrypi -> 3.6.11-1- > raspberrypi Do not make this symlink. Because you should not use modules compiled for another kernel, otherwise we will have troubles! You must copy the content of /boot in your FAT partition. You may need to update the Config.txt file (from FAT partition) to have kernel=zImage instead of kernel=Image > > Another problem I did see before is that zypper verify reports trouble with > openssl packages which could not be installed both. > 2 problemen: > Probleem: kan libopenssl1_0_0-1.0.1e-0.armv6hl en > libopenssl1_0_0-1.0.1e-9.1.armv6hl niet beide installeren > Probleem: kan openssl-1.0.1e-0.armv6hl end openssl-1.0.1e-9.1.armv6hl niet > beide installeren. Will test it next week. > > The problem with the network module of yast is gone now. > > Still the wireless USB stick does not show up and lsmod shows no modules. Because with your symlink you try to use modules which are compiled for another kernel. It won't work. > > A separate problem is that ipv6 does not load. > linux:~ # modprobe ipv6 > FATAL: Error inserting ipv6 (/lib/modules/3.1.10-5- > raspberrypi/kernel/net/ipv6/ipv6.ko): Invalid module format > > Remember that 3.1.10-5-raspberrypi in fact is 3.6.11-1-raspberrypi That is the reson. ;) Guillaume -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
