what's about TP-Link TL-WN821N with RTL8192CU chipset?by bambo - Debian
ok, thanks a lot! ------------------ next problem, I wanted to boot 3.2.0 stock wheezy I had in /boot so I tried to make it like this mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.2.0-4 -d /boot/vmlinuz-3.2.0-4-kirkwood /boot/uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n Initrd-3.2.0-4 -d /boot/initrd.img-3.2.0-4-kirkwby bambo - Debian
~Sven root@pogo:/boot/# sfdisk -d /dev/sda # partition table of /dev/sda unit: sectors /dev/sda1 : start= 2048, size= 450560, Id=83, bootable /dev/sda2 : start= 452608, size= 5306368, Id=83 /dev/sda3 : start= 5758976, size= 2095104, Id=82 /dev/sda4 : start= 0, size= 0, Id= 0 root@pogo:/boot/# mount none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) noby bambo - Debian
~bodhi root@pogo:~/# ls -latr /boot total 67148 -rw-r--r-- 1 root root 5035424 Jan 1 1970 initrd.img-3.0.32-dockstar-geekparadise.de -rw-r--r-- 1 root root 107468 Apr 24 2012 config-3.3.2-kirkwood-dg -rw-r--r-- 1 root root 2279192 Apr 24 2012 vmlinuz-3.3.2-kirkwood-dg -rw-r--r-- 1 root root 6610550 Apr 24 2012 vmlinux-3.3.2-kirkwood-dg -rw-r--r-- 1 root root 1220456 Apr 24 2012by bambo - Debian
~Sven No, there are no USB devices on PogoPlug. I don't know why the first try fails by reading, I put my USB flash drive to each port, so netconsole shows me the same all the time. mkimage magic, huh. I don't know how to try to check the success of it. I look for return value, it's zero. root@pogo:~/# mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000by bambo - Debian
~bodhi, ~Sven, thanks for fast answers, I tried to install all 3 kernels, the packages installed well, made all mkimage voodoo, but PogoPlug booted my old 3.0.x kernel from Legacy Image. There is the same netconsole output as in my first post. ~shv oh! that's nice, I put it to the download queue.by bambo - Debian
Hi, first I really sorry for my bad English, so I hope I can express myself right. second I have a long painful story. I had a pink Pogoplug. I can't install wheezy (kernel to old), squeeze install script works fine but Pogoplug don't boot from the created usb flash drive. I put a rescue image I founded in your forum. Pogo booted it. Nice. Then I founded my old dockstar squeeze iby bambo - Debian