Hey Punky,

Am 08.02.2015 um 15:03 schrieb Punky Tse:
>> yesterday I got my brandnew Raspberry 2 B board and immediately tried
>> Voyage MuBox with it. But I can't fire it up. The kernel locks upon
>> bootup.
>>
> Let me reinstall a to a new uSD card tomorrow and revert to you.
>
> I first installed for my RPi B+, update the kernel/firmware by
> rpi-update, then put the uSD card to RPi 2B and it works perfectly.
> https://plus.google.com/107906919028234849442/posts/SiNtFywY6Fj

Okay, that sounds as if there are fewer problems, than I thought.

I just downloaded the install script from:
http://mirror.voyage.hk/download/voyage-mubox/rpi/install-mubox-rpi.sh

Then I ran as root with a 32GB Samsung Micro-SD-Card as /dev/sdf in my
desktop:
    # sh /tmp/install-mubox-rpi.sh /dev/sdf

Here's the output from the isntall (just ran it again):

    # sh /tmp/install-mubox-rpi.sh /dev/sdf
    1+0 Datensätze ein
    1+0 Datensätze aus
    512 Bytes (512 B) kopiert, 0,00114581 s, 447 kB/s
    Device contains neither a valid DOS partition table, nor Sun, SGI or OSF 
disklabel
    Building a new DOS disklabel with disk identifier 0x232b760e.
    Changes will remain in memory only, until you decide to write them.
    After that, of course, the previous content won't be recoverable.

    Warning: invalid flag 0x0000 of partition table 4 will be corrected by 
w(rite)

    Command (m for help): Building a new DOS disklabel with disk identifier 
0x80c7d365.
    Changes will remain in memory only, until you decide to write them.
    After that, of course, the previous content won't be recoverable.

    Warning: invalid flag 0x0000 of partition table 4 will be corrected by 
w(rite)

    Command (m for help): Partition type:
       p   primary (0 primary, 0 extended, 4 free)
       e   extended
    Select (default p): Partition number (1-4, default 1): First sector 
(2048-61407231, default 2048): Using default value 2048
    Last sector, +sectors or +size{K,M,G} (2048-61407231, default 61407231): 
    Command (m for help): Selected partition 1
    Hex code (type L to list codes): Changed system type of partition 1 to c 
(W95 FAT32 (LBA))

    Command (m for help): Partition type:
       p   primary (1 primary, 0 extended, 3 free)
       e   extended
    Select (default p): Partition number (1-4, default 2): First sector 
(133120-61407231, default 133120): Using default value 133120
    Last sector, +sectors or +size{K,M,G} (133120-61407231, default 61407231): 
Using default value 61407231

    Command (m for help): The partition table has been altered!

    Calling ioctl() to re-read partition table.

    WARNING: Re-reading the partition table failed with error 16: Das Gerät 
oder die Ressource ist belegt.
    The kernel still uses the old table. The new table will be used at
    the next reboot or after you run partprobe(8) or kpartx(8)

    WARNING: If you have created or modified any DOS 6.x
    partitions, please see the fdisk manual page for additional
    information.
    Syncing disks.
    mkfs.vfat 3.0.13 (30 Jun 2012)
    mke2fs 1.42.5 (29-Jul-2012)
    mkfs.ext4: Inodegröße (128) * Anzahl_Inodes (0) ist zu gross für ein
        Dateisystem mit 0 Blöcken, geben Sie bitte entweder ein höheres
        Inodeverhältnis (-i) oder eine niedrigere Anzahl an Inodes (-N) an.

    tune2fs 1.42.5 (29-Jul-2012)
    tune2fs: Ein Block konnte nicht in einem Zug gelesen werden beim Versuch, 
/dev/sdf2 zu öffnen
    Kann keinen gültigen Dateisystem-Superblock finden.

    Disk /dev/sdf: 31.4 GB, 31440502784 bytes
    64 heads, 32 sectors/track, 29984 cylinders, total 61407232 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: 0x80c7d365

       Device Boot      Start         End      Blocks   Id  System
    /dev/sdf1            2048      133119       65536    c  W95 FAT32 (LBA)
    /dev/sdf2          133120    61407231    30637056   83  Linux
    mount: you must specify the filesystem type
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
    100 42.1M  100 42.1M    0     0   374k      0  0:01:55  0:01:55 --:--:--  
398k
    umount: /tmp/cf: not mounted
    mount: you must specify the filesystem type
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
    100   168    0   168    0     0    281      0 --:--:-- --:--:-- --:--:--   
388
    100 43.2M  100 43.2M    0     0  16872      0  0:44:47  0:44:47 --:--:-- 
22455
    umount: /tmp/cf: not mounted
    mount: you must specify the filesystem type
     *** depmod 3.18.6-v7+
     *** depmod 3.18.6+
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--    
 0
    100  7938  100  7938    0     0  10129      0 --:--:-- --:--:-- --:--:-- 
10129
    mkdir: kann Verzeichnis „/tmp/cf/boot.bak“ nicht anlegen: Die Datei 
existiert bereits
    mv: Verschieben von „/tmp/cf/boot/modules“ nach „/tmp/cf/boot.bak/modules“ 
nicht möglich: Das Verzeichnis ist nicht leer
    mv: Verschieben von „/tmp/cf/boot/overlays“ nach 
„/tmp/cf/boot.bak/overlays“ nicht möglich: Das Verzeichnis ist nicht leer
    mv: Verschieben von „/tmp/cf/boot/vc“ nach „/tmp/cf/boot.bak/vc“ nicht 
möglich: Das Verzeichnis ist nicht leer
    umount: /tmp/cf: not mounted

    Voyage MuBox for RaspBerry Pi installed!

... this ran obiusly into trouble, again. Obviously something went wrong
with the partitioning. The kernel halts after 3.5 seconds and says:

    Kernel panic - not syncing: VFS: Unable to mount root-fs on unknown 
block(179,2)

Could this possibly stem from Locale-Settings? I just tried the following:

    # LANG=C; LANGUAGE=C; LC_ALL=C
    #  sh /tmp/install-mubox-rpi.sh /dev/sdf
    1+0 records in
    1+0 records out
    512 bytes (512 B) copied, 5.2387e-05 s, 9.8 MB/s
    Device contains neither a valid DOS partition table, nor Sun, SGI or OSF 
disklabel
    Building a new DOS disklabel with disk identifier 0xa6a4d70b.
    Changes will remain in memory only, until you decide to write them.
    After that, of course, the previous content won't be recoverable.

    Warning: invalid flag 0x0000 of partition table 4 will be corrected by 
w(rite)

    Command (m for help): Building a new DOS disklabel with disk identifier 
0x32a3a898.
    Changes will remain in memory only, until you decide to write them.
    After that, of course, the previous content won't be recoverable.

    Warning: invalid flag 0x0000 of partition table 4 will be corrected by 
w(rite)

    Command (m for help): Partition type:
       p   primary (0 primary, 0 extended, 4 free)
       e   extended
    Select (default p): Partition number (1-4, default 1): First sector 
(2048-61407231, default 2048): Using default value 2048
    Last sector, +sectors or +size{K,M,G} (2048-61407231, default 61407231): 
    Command (m for help): Selected partition 1
    Hex code (type L to list codes): Changed system type of partition 1 to c 
(W95 FAT32 (LBA))

    Command (m for help): Partition type:
       p   primary (1 primary, 0 extended, 3 free)
       e   extended
    Select (default p): Partition number (1-4, default 2): First sector 
(133120-61407231, default 133120): Using default value 133120
    Last sector, +sectors or +size{K,M,G} (133120-61407231, default 61407231): 
Using default value 61407231

    Command (m for help): The partition table has been altered!

    Calling ioctl() to re-read partition table.

    WARNING: Re-reading the partition table failed with error 16: Device or 
resource busy.
    The kernel still uses the old table. The new table will be used at
    the next reboot or after you run partprobe(8) or kpartx(8)

    WARNING: If you have created or modified any DOS 6.x
    partitions, please see the fdisk manual page for additional
    information.
    Syncing disks.
    mkfs.vfat 3.0.13 (30 Jun 2012)
    mkfs.vfat: /dev/sdf1 contains a mounted file system.
    mke2fs 1.42.5 (29-Jul-2012)
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0 blocks, Stripe width=0 blocks
    1916928 inodes, 7659264 blocks
    382963 blocks (5.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=4294967296
    234 block groups
    32768 blocks per group, 32768 fragments per group
    8192 inodes per group
    Superblock backups stored on blocks: 
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
        4096000

    Allocating group tables: done                            
    Writing inode tables: done                            
    Creating journal (32768 blocks): done
    Writing superblocks and filesystem accounting information: done   

    tune2fs 1.42.5 (29-Jul-2012)
    Setting maximal mount count to -1
    Setting interval between checks to 0 seconds

    Disk /dev/sdf: 31.4 GB, 31440502784 bytes
    64 heads, 32 sectors/track, 29984 cylinders, total 61407232 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: 0x32a3a898

       Device Boot      Start         End      Blocks   Id  System
    /dev/sdf1            2048      133119       65536    c  W95 FAT32 (LBA)
    /dev/sdf2          133120    61407231    30637056   83  Linux
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
    100 42.1M  100 42.1M    0     0   453k      0  0:01:35  0:01:35 --:--:--  
284k
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
    100   168    0   168    0     0    294      0 --:--:-- --:--:-- --:--:--   
417
    100 43.2M  100 43.2M    0     0  2026k      0  0:00:21  0:00:21 --:--:-- 
2680k
     *** depmod 3.18.6-v7+
     *** depmod 3.18.6+
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--    
 0
    100  7938  100  7938    0     0   7026      0  0:00:01  0:00:01 --:--:--  
7026

    Voyage MuBox for RaspBerry Pi installed!

Now it fires up. - Cool! ... Maybe it's a good idea to integrate the
Language-Settings into the script?

... can't await to get my Hifiberry DAC+ getting processed by customs,
then I'll have a cool and low-cost Media-Player and Web-Radio.

By the way: Has anybody already toyed around with the Displays for the
Raspberry Pi? Being able to browse through the playlists albums and
stuff as with other mpd-clients with a remote would be really cool.

CU

Stefan.

-- 
Stefan U. Hegner 
            <ste...@teleos-web.de>
              * * *
D-32584 Löhne --- good ole Germany

_______________________________________________
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to