Op zaterdag 7 september 2013 00:56:28 schreef Freek de Kruijf:
> Op zaterdag 7 september 2013 00:14:09 schreef [email protected]:
> > ----- Freek de Kruijf <[email protected]> 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: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to