SQUASHFS error
Flash Drive AU_USB2
GRUB
error: file '/grub/i386-pc/normal.mod' not found.
grub rescue>
sudo -s
fdisk /dev/sda
Disk /dev/sda:40.0 GB
fdisk /dev/sdb
Disk /dev/sdb:120.0 GB
dd if=/dev/sda of=/dev/sdb
date;time cat /dev/sda > /dev/sdb
date;
time
cat /dev/sda
> /dev/sdb
modprobe: module swap not found in modules.dep
sudo apt-get -y update
sudo apt-get -y dist-upgrade
sudo apt-get -y install gcc make bc screen ncurses-dev
df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 3.6G 2.4G 985M 72% /
/dev/root 3.6G 2.4G 985M 72% /
devtmpfs 215M 0 215M 0% /dev
tmpfs 44M 208K 44M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 88M 0 88M 0% /run/shm
/dev/mmcblk0p1 56M 9.7M 47M 18% /boot
sudo apt-get -y install deborphan
sudo apt-get -y autoremove --purge libx11-.* lxde-.* raspberrypi-artwork xkb-data omxplayer penguinspuzzle sgml-base xml-core alsa-.* cifs-.* samba-.* fonts-.* desktop-* gnome-.*
sudo apt-get -y autoremove --purge $(deborphan)
sudo apt-get -y autoremove --purge
sudo apt-get -y autoclean
df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 3.6G 849M 2.5G 25% /
/dev/root 3.6G 849M 2.5G 25% /
devtmpfs 215M 0 215M 0% /dev
tmpfs 44M 208K 44M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 88M 0 88M 0% /run/shm
/dev/mmcblk0p1 56M 9.7M 47M 18% /boot
git clone --depth 1 git://github.com/raspberrypi/linux.git
git clone https://github.com/kmtaylor/rpi_patches.git
cd linux
patch -p1 < ../rpi_patches/dm9601-bug.patch
KERNEL_SRC=/home/pi/linux/
make mrproper
zcat /proc/config.gz > .config
make oldconfig
make
sudo make modules_install
sudo cp arch/arm/boot/zImage /boot/kernel.img
uname -a
Linux raspberrypi 3.12.35+ #730 PREEMPT Fri Dec 19 18:31:24 GMT 2014 armv6l GNU/Linux
git init
git clone --depth 1 git://github.com/raspberrypi/linux.git
cd linux
head linux/Makefile
VERSION = 3
PATCHLEVEL = 12
SUBLEVEL = 36
EXTRAVERSION =
NAME = One Giant Leap for Frogkind
sudo apt-get -y update
sudo apt-get -y dist-upgrade
sudo apt-get -y install gcc make bc screen ncurses-dev
KERNEL_SRC=/home/pi/linux/
git clone https://github.com/raspberrypi/tools
CCPREFIX=/home/pi/tools/arm-bcm2708/arm-bcm2708-linux-gnueabi/bin/arm-bcm2708-linux-gnueabi-
make mrproper
gunzip -c /proc/config.gz > .config
ARCH=arm CROSS_COMPILE=${CCPREFIX} make oldconfig
ARCH=arm CROSS_COMPILE=${CCPREFIX} make menuconfig
make
sudo make modules_install
sudo cp arch/arm/boot/zImage /boot/kernel.img
sudo shutdown -r now
uname -a
Linux raspberrypi 3.12.36+ #1 PREEMPT Sat Jan 17 07:23:18 UTC 2015 armv6l GNU/Linux
- skb = __netdev_alloc_skb_ip_align(dev->net, size, flags);
- skb = __netdev_alloc_skb_ip_align(dev->net, size * 2, flags);
make
sudo make modules_install
sudo cp arch/arm/boot/zImage /boot/kernel.img
sudo shutdown -r now
Syntax error: word unexpected (expecting ")")
sudo apt-get update
lsusb
...
Bus 001 Device 004: ID 0fe6:9700 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter
...
sudo lsusb -d 0fe6:9700 -v
Bus 001 Device 004: ID 0fe6:9700 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0fe6 Kontron (Industrial Computer Source / ICS Advent)
idProduct 0x9700 DM9601 Fast Ethernet Adapter
bcdDevice 1.01
iManufacturer 0
iProduct 2 USB 2.0 10/100M Ethernet Adaptor
...
- skb = __netdev_alloc_skb_ip_align(dev->net, size, flags);
- skb = __netdev_alloc_skb_ip_align(dev->net, size * 2, flags);
email
root
flog archives
Disclaimer:
This page is by me for me, if you are not me then please be aware of the following
I am not responsible for anything that works or does not work including files and pages made available at www.jumpstation.co.uk
I am also not responsible for any information(or what you or others do with it) available at www.jumpstation.co.uk
In fact I'm not responsible for anything ever, so there!