Hostname: Falcon
Kernel: 4.4.0-rc7+ #831 complete with Phil's small firmware change from yesterday
Hardware: RPi 0, Broadcom WiFi dongle brcm43134, Toshiba TV, IBM Keyboard, Wireless mouse
Network: IPv4 (10.1.1.0/24 subnet) with a IPv6 tunnel (using 2001:xxxx:xxxx:xxxx/64 prefix from HE.com)
OS: Jessie updated yesterday with apt-get update && apt-get -y dist-upgrade
Broadcom firmware:
https://wireless.wiki.kernel.org/en/use ... /brcm80211
Network comes up and connects then dies.
Restarting it with
ifup --force wlan0
ip route add default via 10.1.1.138
runs for a short while then dies.
Adding
to /etc/rc.local makes no difference
Adding
Code: Select all
dwc_otg.fiq_enable=0 dwc_otg.fiq_fsm_enable=0
to cmdline.txt makes no difference. Full command line is
Code: Select all
dwc_otg.lpm_enable=0 dwc_otg.fiq_enable=0 dwc_otg.fiq_fsm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Reverting to 4.1.15+ #830 by copying /boot from a backup (old command line), everything else the same and the network runs rock solid, stable. I've even run rpi-update on the 4.1.15+ stuff to get Phil's small firmware changes again.
Config.txt (for serial 0xebd5f1e8) is
Code: Select all
#
# Unified config.txt @ 03/01/2016 22:39
#
[0x5a67d427]
# ** Eagle : 5a67d427 **
disable_camera_led=1
#kernel=kernel7.4.1.15-v7+.img.830
kernel=kernel7.4.4.0-rc7-v7+.img.831
dtoverlay=i2c-rtc,ds1307
max_usb_current=1
[0x5b592f7f]
# ** Aplus : 5b592f7f **
gpu_mem=16
[0x9b930691]
# ** Raspberry : 9b930691 **
dtoverlay=rpi-cirrus-wm5102-overlay
kernel=kernel.3.18.9W+.img
[0xc2355259]
# ** Odyssey : c2355259 **
dtoverlay=lirc-rpi,gpio_in_pin=23,gpio_in_pull=high
gpu_mem=128
start_x=1
[0xe685c936]
# ** Apollo : e685c936 **
dtoverlay=i2c-rtc,ds1307
gpu_mem=16
initramfs initrd.sda followkernel
max_usb_current=1
[0xebd5f1e8]
# ** Falcon : ebd5f1e8 **
#dtoverlay=enc28j60,int_pin=25,speed=20000000
gpu_mem=64
dtparam=act_led_activelow=on
#kernel=kernel.4.1.15+.img.830
#[0x4800069e]
# ** Pi : 4800069e **
#[0x62144670]
# ** Saturn : 62144670 **
#[0x3dfffed]
# ** Raspberrypi: 3d5fffed **
[all]
dtoverlay=sdhost
dtparam=i2c=on,spi=on
yes, I am one of those loonies using the serial number stanzas in my config.txt.