[opensuse-arm] Starting network module of YaST in raspberrypi kernel stalls program
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. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
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. Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
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, 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 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 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. 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 -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
----- Freek de Kruijf <freek@opensuse.org> 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: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On vrijdag 13 september 2013 22:38:39 wrote guillaume.gardet@free.fr:
----- Freek de Kruijf <freek@opensuse.org> a écrit : 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
This did the trick. Now I have a system with a working wlan0 interface. After setting the STARTMODE of the Ethernet interface to ifplugd, I can start the system without a connected Ethernet cable and connect via wifi. With the status onboot and a not connected Ethernet cable, I could not make a connection with the RPi system. The strange thing is that of the indicator leds only the red light is on; all others remain off and only when I have an Ethernet cable connected, the other lights are on or they blink. In order to have a working system for my purpose, I need a working bluetooth interface. However the package bluez and bluez-devel are missing in the repository. Another problem is probably with the ncurses interface to the firewall module in YaST. I can enable the firewall in that module and "custom setting" works, but all other, like interfaces, allowed services, etc. do not work. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
----- Freek de Kruijf <freek@opensuse.org> a écrit :
On vrijdag 13 september 2013 22:38:39 wrote guillaume.gardet@free.fr:
----- Freek de Kruijf <freek@opensuse.org> a écrit : 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
This did the trick. Now I have a system with a working wlan0 interface. After
Good news!
setting the STARTMODE of the Ethernet interface to ifplugd, I can start the system without a connected Ethernet cable and connect via wifi. With the status onboot and a not connected Ethernet cable, I could not make a connection with the RPi system. The strange thing is that of the indicator leds only the red light is on; all others remain off and only when I have an Ethernet cable connected, the other lights are on or they blink.
This is normal. Those LEDs are related to ethernet (connected, 10/100 and activity, or something like that).
In order to have a working system for my purpose, I need a working bluetooth interface. However the package bluez and bluez-devel are missing in the repository.
You can download it from OBS manually (via web interface, not repo) and install RPMs using zypper.
Another problem is probably with the ncurses interface to the firewall module in YaST. I can enable the firewall in that module and "custom setting" works, but all other, like interfaces, allowed services, etc. do not work.
Will test it later. But do you have any error log to report? Guillaume
-- fr.gr.
member openSUSE Freek de Kruijf
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On zaterdag 14 september 2013 22:43:21 wrote guillaume.gardet@free.fr:
----- Freek de Kruijf <freek@opensuse.org> a écrit :
In order to have a working system for my purpose, I need a working bluetooth interface. However the package bluez and bluez-devel are missing in the repository.
I did an extensive search on build.opensuse.org, found information on bluez and bluez-devel, even the name of the rpm package, but not the rpm itself. Can you give me the URLs of these rpms?
You can download it from OBS manually (via web interface, not repo) and install RPMs using zypper.
Another problem is probably with the ncurses interface to the firewall module in YaST. I can enable the firewall in that module and "custom setting" works, but all other, like interfaces, allowed services, etc. do not work. Will test it later. But do you have any error log to report?
Found this in the y2log: 2013-09-14 18:21:23 <1> rpit(2274) [Ruby] modules/SuSEFirewall.rb:1433 Checking firewall status... 2013-09-14 18:21:23 <1> rpit(2274) [Ruby] modules/SuSEFirewall.rb:1435 Firewall service is started 2013-09-14 18:22:39 <1> rpit(2274) [Ruby] firewall/uifunctions.rb:1510 Enable firewall status preserved (enable=true) 2013-09-14 18:22:40 <1> rpit(2274) [Ruby] yast/ops.rb:62 Index 0 is out of array size 2013-09-14 18:22:41 <1> rpit(2274) [Ruby] yast/ops.rb:62 Index 0 is out of array size 2013-09-14 18:22:41 <1> rpit(2274) [Ruby] yast/ops.rb:62 Index 0 is out of array size 2 this goes on with the same error message quite a while. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Op zondag 15 september 2013 01:12:12 schreef Freek de Kruijf:
On zaterdag 14 september 2013 22:43:21 wrote guillaume.gardet@free.fr:
----- Freek de Kruijf <freek@opensuse.org> a écrit :
In order to have a working system for my purpose, I need a working bluetooth interface. However the package bluez and bluez-devel are missing in the repository.
I did an extensive search on build.opensuse.org, found information on bluez and bluez-devel, even the name of the rpm package, but not the rpm itself. Can you give me the URLs of these rpms?
You can download it from OBS manually (via web interface, not repo) and install RPMs using zypper.
I found https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/bluez... with a log that shows the bluez-4.101-12.1.armv6hl.rpm was build OK. However I cannot find it in a repository. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Sun, 15 Sep 2013, Freek de Kruijf wrote:
I found https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/bluez...
with a log that shows the bluez-4.101-12.1.armv6hl.rpm was build OK. However I cannot find it in a repository.
https://build.opensuse.org/package/binaries/openSUSE:Factory:ARM/bluez?repos... Ciao -- http://www.dstoecker.eu/ (PGP key available) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Op zondag 15 september 2013 13:21:42 schreef Dirk Stöcker:
On Sun, 15 Sep 2013, Freek de Kruijf wrote:
I found https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/blu ez/standard/armv6l
with a log that shows the bluez-4.101-12.1.armv6hl.rpm was build OK. However I cannot find it in a repository.
https://build.opensuse.org/package/binaries/openSUSE:Factory:ARM/bluez?repos itory=standard
Ciao
This brings me to https://build.opensuse.org/package/binary/openSUSE:Factory:ARM/bluez?arch=armv6l&filename=bluez-4.101-12.1.armv6hl.rpm&repository=standard which I found earlier, however on that page I cannot find a link to download the rpm file. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Freek de Kruijf <freek@opensuse.org> writes:
This brings me to
which I found earlier, however on that page I cannot find a link to download the rpm file.
You need to log in to get the link. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On zondag 15 september 2013 14:19:42 you wrote:
Freek de Kruijf <freek@opensuse.org> writes:
This brings me to
https://build.opensuse.org/package/binary/openSUSE:Factory:ARM/bluez?arch= armv6l&filename=bluez-4.101-12.1.armv6hl.rpm&repository=standard
which I found earlier, however on that page I cannot find a link to download the rpm file.
You need to log in to get the link.
Thanks. That did the trick. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On zondag 15 september 2013 14:19:42 you wrote:
Freek de Kruijf <freek@opensuse.org> writes:
This brings me to
https://build.opensuse.org/package/binary/openSUSE:Factory:ARM/bluez?arch= armv6l&filename=bluez-4.101-12.1.armv6hl.rpm&repository=standard
which I found earlier, however on that page I cannot find a link to download the rpm file.
You need to log in to get the link.
I wonder why these rpms are not in the repository. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
----- Freek de Kruijf <freek@opensuse.org> a écrit :
On zondag 15 september 2013 14:19:42 you wrote:
Freek de Kruijf <freek@opensuse.org> writes:
This brings me to
https://build.opensuse.org/package/binary/openSUSE:Factory:ARM/bluez?arch= armv6l&filename=bluez-4.101-12.1.armv6hl.rpm&repository=standard
which I found earlier, however on that page I cannot find a link to download the rpm file.
You need to log in to get the link.
I wonder why these rpms are not in the repository.
Repository is published only once all packages are built. Guillaume
-- fr.gr.
member openSUSE Freek de Kruijf
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (5)
-
Andreas Schwab
-
Dirk Stöcker
-
Freek de Kruijf
-
Guillaume Gardet
-
guillaume.gardet@free.fr