[opensuse-arm] New Raspberry Pi image available
Hi, I know many people are waiting for it, so here it is, a new raspberry Pi image: http://guillaume.gardet.free.fr/openSUSE/RPi/openSUSE-RPi-image-20130906.raw... To check download, have a look at sha256sum: http://guillaume.gardet.free.fr/openSUSE/RPi/openSUSE-RPi-image-20130906.raw... Changelog: * Fix openssl packages (which fixes zypper/yast2/openssh) * Added Contrib repo to get latest Raspberry Pi software login: root passwd: linux Note that once OBS will build a working image for Raspberry Pi, we will switch back to it. Have a nice day, Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Guillaume, Thanks, I am making my SD Card now. Chuck On Fri, Sep 6, 2013 at 5:26 AM, Guillaume Gardet <guillaume.gardet@free.fr> wrote:
Hi,
I know many people are waiting for it, so here it is, a new raspberry Pi image: http://guillaume.gardet.free.fr/openSUSE/RPi/openSUSE-RPi-image-20130906.raw...
To check download, have a look at sha256sum: http://guillaume.gardet.free.fr/openSUSE/RPi/openSUSE-RPi-image-20130906.raw...
Changelog: * Fix openssl packages (which fixes zypper/yast2/openssh) * Added Contrib repo to get latest Raspberry Pi software
login: root passwd: linux
Note that once OBS will build a working image for Raspberry Pi, we will switch back to it.
Have a nice day,
Guillaume
-- Terror PUP a.k.a Chuck "PUP" Payne (678) 636-9678 ----------------------------------------- Discover it! Enjoy it! Share it! openSUSE Linux. ----------------------------------------- openSUSE -- en.opensuse.org/User:Terrorpup openSUSE Ambassador/openSUSE Member Community Manager -- Southeast Linux Foundation (SELF) skype,twiiter,identica,friendfeed -- terrorpup freenode(irc) --terrorpup/lupinstein Register Linux Userid: 155363 Have you tried SUSE Studio? Need to create a Live CD, an app you want to package and distribute , or create your own linux distro. Give SUSE Studio a try. www.susestudio.com. See you at Southeast Linux Fest, June 7-9, 2013 in Charlotte, NC. www.southeastlinuxfest.org -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Op vrijdag 6 september 2013 11:40:13 schreef Chuck Payne:
Guillaume,
Thanks, I am making my SD Card now.
Chuck
I already did, but the card did not show up on my system with a proper partition table. Will try again. I used unxz [image].raw.xz dd bs=4M if=[image].raw of=/dev/sdX; sync Will try later: xzcat [image].raw.xz | dd bs=4M of=/dev/sdX; sync -- fr.gr. 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 <f.de.kruijf@gmail.com> a écrit :
Op vrijdag 6 september 2013 11:40:13 schreef Chuck Payne:
Guillaume,
Thanks, I am making my SD Card now.
Chuck
I already did, but the card did not show up on my system with a proper partition table. Will try again.
I used unxz [image].raw.xz dd bs=4M if=[image].raw of=/dev/sdX; sync
Will try later:
xzcat [image].raw.xz | dd bs=4M of=/dev/sdX; sync
What reports the file command on raw image? what reports fdisk? sha256 is correct or not? Guillaume
-- fr.gr.
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
Op zaterdag 7 september 2013 00:14:09 schreef guillaume.gardet@free.fr:
----- Freek de Kruijf <f.de.kruijf@gmail.com> a écrit :
Will try later:
xzcat [image].raw.xz | dd bs=4M of=/dev/sdX; sync
What reports the file command on raw image?
Did not have that image anymore. I performed the above command. 0+170512 records in 0+170512 records out 2057840640 bytes (2.1 GB) copied, 262.221 s, 7.8 MB/s
what reports fdisk?
after that the p command of fdisk reports: Disk /dev/sde: 4025 MB, 4025483264 bytes 124 heads, 62 sectors/track, 1022 cylinders, total 7862272 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xd59e9dcb Device Boot Start End Blocks Id System
sha256 is correct or not?
Yes. # sha256sum -c openSUSE-RPi-image-20130906.raw.xz.sha256 openSUSE-RPi-image-20130906.raw.xz: OK
Guillaume
Trying to mount the two partitions fails on my system. Not surprising when seeing the output of fdisk. Inserting the SD card does not bring the widget for the device notifier on the task bar. Did not try the SD card in the Raspberry Pi. -- fr.gr. Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Op zaterdag 7 september 2013 00:56:28 schreef Freek de Kruijf:
Op zaterdag 7 september 2013 00:14:09 schreef guillaume.gardet@free.fr:
----- Freek de Kruijf <f.de.kruijf@gmail.com> a écrit : [...] What reports the file command on raw image?
Made it again and the command reported a tar archive!!!. So I unpacked the tar archive and now it reports: openSUSE-RPi-image-20130906.raw: x86 boot sector; partition 1: ID=0xc, active, starthead 32, startsector 2048, 126976 sectors; partition 2: ID=0x83, starthead 8, startsector 129024, 3889152 sectors, code offset 0xb8 So in effect the .xz file is a .txz and the command to write this image to an SD card is: xzcat openSUSE-RPi-image-20130906.raw.xz | tar -x | dd bs=4M of=/dev/sdX; sync where X points to the device with the SD card. After this I could start the Raspberry Pi and logged in. I found a problem after inserting a WiFi USB stick. It reported a non existing folder, /lib/modules/3.1.10-5-raspberrypi. There is an existing folder /lib/modules/3.11.0-rc4-5-default, so I made a symbolic link to have the first pointing to the last. This solved the problem of the error messages. The WiFi USB stick is a Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter. So I tried "modprobe -i rtl8188ee", but I got several messages "Invalid module format". Should I make a bug report? -- 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 09/09/2013 13:26, Freek de Kruijf a écrit :
Op zaterdag 7 september 2013 00:56:28 schreef Freek de Kruijf:
Op zaterdag 7 september 2013 00:14:09 schreef guillaume.gardet@free.fr:
----- Freek de Kruijf <f.de.kruijf@gmail.com> a écrit : [...] What reports the file command on raw image? Made it again and the command reported a tar archive!!!. So I unpacked the tar archive and now it reports: openSUSE-RPi-image-20130906.raw: x86 boot sector; partition 1: ID=0xc, active, starthead 32, startsector 2048, 126976 sectors; partition 2: ID=0x83, starthead 8, startsector 129024, 3889152 sectors, code offset 0xb8
So in effect the .xz file is a .txz
and the command to write this image to an SD card is:
xzcat openSUSE-RPi-image-20130906.raw.xz | tar -x | dd bs=4M of=/dev/sdX; sync
where X points to the device with the SD card.
After this I could start the Raspberry Pi and logged in.
Sorry, it is my fault. I made a .tar.xz file and named it .xz only.
I found a problem after inserting a WiFi USB stick. It reported a non existing folder, /lib/modules/3.1.10-5-raspberrypi. There is an existing folder /lib/modules/3.11.0-rc4-5-default, so I made a symbolic link to have the first pointing to the last. This solved the problem of the error messages.
The WiFi USB stick is a Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter. So I tried "modprobe -i rtl8188ee", but I got several messages "Invalid module format". Should I make a bug report?
Try to install kernel-raspberrypi using zypper (and remove kernel-default also). It should solve your problems. Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Op maandag 9 september 2013 13:46:34 schreef Guillaume Gardet:
Le 09/09/2013 13:26, Freek de Kruijf a écrit :
I found a problem after inserting a WiFi USB stick. It reported a non existing folder, /lib/modules/3.1.10-5-raspberrypi. There is an existing folder /lib/modules/3.11.0-rc4-5-default, so I made a symbolic link to have the first pointing to the last. This solved the problem of the error messages.
The WiFi USB stick is a Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter. So I tried "modprobe -i rtl8188ee", but I got several messages "Invalid module format". Should I make a bug report?
Try to install kernel-raspberrypi using zypper (and remove kernel-default also). It should solve your problems.
It did not. I don't see a network device for the WiFi USB stick, although lsmod shows several modules hinting to this device, but not with rtl8188 in it. Any suggestions? -- 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 :
Op maandag 9 september 2013 13:46:34 schreef Guillaume Gardet:
Le 09/09/2013 13:26, Freek de Kruijf a écrit :
I found a problem after inserting a WiFi USB stick. It reported a non existing folder, /lib/modules/3.1.10-5-raspberrypi. There is an existing folder /lib/modules/3.11.0-rc4-5-default, so I made a symbolic link to have the first pointing to the last. This solved the problem of the error messages.
The WiFi USB stick is a Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter. So I tried "modprobe -i rtl8188ee", but I got several messages "Invalid module format". Should I make a bug report?
Try to install kernel-raspberrypi using zypper (and remove kernel-default also). It should solve your problems.
It did not. I don't see a network device for the WiFi USB stick, although lsmod shows several modules hinting to this device, but not with rtl8188 in it. Any suggestions?
What say dmesg? Does YaST see something? Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On woensdag 11 september 2013 14:52:52 wrote guillaume.gardet@free.fr:
----- Freek de Kruijf <freek@opensuse.org> a écrit :
It did not. I don't see a network device for the WiFi USB stick, although lsmod shows several modules hinting to this device, but not with rtl8188 in it. Any suggestions?
What say dmesg?
This what I could find about the wlan device in dmesg: usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8176 usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1.3: Product: 802.11n WLAN Adapter usb 1-1.3: Manufacturer: Realtek usb 1-1.3: SerialNumber: 00e04c000001 [...] rtl8192cu:_rtl92cu_read_adapter_info():<0-0> EEPROM ID(0x0) is invalid!! rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1 ieee80211 phy0: Selected rate control algorithm 'rtl_rc' usbcore: registered new interface driver rtl8192cu Is the error message about the EEPROM the problem?
Does YaST see something?
The network module of YaST gets stalled. See another thread on this list. With stalled I mean that the ncurses screen stays the same and I cannot do anything on that screen. I have to log in again via another ssh sessieon and kill some of the yast processes to get control back on the first screen. One process stays in the system and even a kill -9 does not remove that process from the system. When I start the network module again a second such process appears etc. -- 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
participants (5)
-
Chuck Payne
-
Freek de Kruijf
-
Freek de Kruijf
-
Guillaume Gardet
-
guillaume.gardet@free.fr