Giter VIP home page Giter VIP logo

rpi-firmware's People

Contributors

gosuto-inzasheru avatar greg-kennedy avatar hexxeh avatar jamesh65 avatar pelwell avatar popcornmix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rpi-firmware's Issues

arm240_start.elf broken?

I cannot boot with arm240_start.elf, the others work fine.

What caught my attention is the different filesize:
arm128_start.elf 2465.904 kb
arm192_start.elf 2465.904 kb
arm224_start.elf 2465.904 kb
arm240_start.elf 642.192 kb

Thanks for looking into this!

SPI Bus: Driver(s) not showing-up in /dev

Please enable the user space driver support, as described in the "userspace driver" SPI support, several projects use MCP3008 (analog IC) which is SPI.

Best Regards
Moisés

rpi-update makes /boot read-only, then comlains about it

# mount | grep boot
/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,errors=remount-ro)

# rpi-update 
 *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS
 *** Performing self-update
[...]
Cloning into '//root/.rpi-firmware'...
remote: Counting objects: 1675, done.
remote: Compressing objects: 100% (1351/1351), done.
remote: Total 1675 (delta 285), reused 1284 (delta 206)
Receiving objects: 100% (1675/1675), 28.66 MiB | 2.10 MiB/s, done.
Resolving deltas: 100% (285/285), done.
Checking out files: 100% (1431/1431), done.
 *** Updating firmware
rm: cannot remove `/boot/start.elf': Read-only file system
rm: cannot remove `/boot/start_x.elf': Read-only file system
rm: cannot remove `/boot/start_x.elf': Read-only file system
rm: cannot remove `/boot/start_x.elf': Read-only file system

# mount | grep boot
/dev/mmcblk0p1 on /boot type vfat (ro,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,errors=remount-ro)

zram kernel module missing

I'm not sure if it ever was enabled in this repository, only that it was working in default raspbian installation and after I ran rpi-update the module is missing in 3.10.18+.
Compressed in-memory swap is much better (as occassional full memory relief valve) than default swapfile setup.

Raspberry ignores the gpu_mem option after the last update

i've updated to the latest firmware with rpi-update and it is not following the gpu_mem setting anymore.

pi@raspberrypi ~ $ cat /boot/config.txt
hdmi_force_hotplug=1
hdmi_group=0
hdmi_mode=16
arm_freq=700
gpu_mem=128
core_freq=250
sdram_freq=400
over_voltage=0
decode_MPG2=0x4f419ad0

pi@raspberrypi ~ $ cat /proc/meminfo
MemTotal: 448776 kB
MemFree: 97388 kB
Buffers: 14992 kB
Cached: 265236 kB
SwapCached: 0 kB

raspi-config, shows correct memory split value which is written in config.txt, but whatever I set there, either 128 or 256, it keeps using 64 for GPU and 448 for the rest.

Provide link to Linux kernel sources

You're only providing the binaries for the Linux kernel and the modules. The GPL requires you to distribute the kernel sources, too. You're therefore violating the GPL.

Please provide at least a link to the Git repository with the source code of the Linux kernel you're building.

stk1160 driver missing

I use my pi for videograbbing together with an easycap device which is stk1160 based.

With 3.10.y kernel it worked. I got some corrupt frames, but it worked.
Some days ago I have read that these problems might be gone with the USB driver rewrite in 3.12.

Yesterday night I updated to 3.12 using rpi-update. I was shocked to see that the stk1160 driver is no longer present at all!

Was this is a mistake?
Will it come back (I need it(!))?
When will it come back?

Audio distorted with USB IEC958 SPDIF Input

When using ESI U24XL audio interface with IEC958 SPDIF (48kHz, 24 bit, 2 channels) input it worked with the original firmware (as shipped) with some crackles from time to time.

After upgrading the firmware the recorded audio signal (via alsa driver) is completely distorted. The audio signal in the wav editor show missing samples in even spaced intervals.

Unfortunately the downgrade feature for firmware does not work: the tarball path returns error 404 not found.

Please help.

initramfs support

Hello.
I'm wondering if your kernel versions have the initramfs module enabled by default.
We've found that the Raspberry Pi Foundation supported kernel doesn't come with it, and it's really useful to have that feature on boot time, and it's really simple to support it on the kernel.

These are the only two things that need to be enabled to support it.

Can you add those to the firmware so rpi-update support it by default?

CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""

Thanks!

Receiving objects never completes (sticks at 82%)

rpi-update fails to get beyond 82%. Have tried on three sucessive days and get same result.
RPi: model A

Any suggestions?
Paul

pi@raspberrypi ~ $ sudo rpi-update
 *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS
 *** Performing self-update
--2013-03-28 13:38:43--  https://github.com/Hexxeh/rpi-update/raw/master/rpi-update
Resolving github.com (github.com)... 207.97.227.239
Connecting to github.com (github.com)|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.github.com/Hexxeh/rpi-update/master/rpi-update [following]
--2013-03-28 13:38:49--  https://raw.github.com/Hexxeh/rpi-update/master/rpi-update
Resolving raw.github.com (raw.github.com)... 199.27.76.133
Connecting to raw.github.com (raw.github.com)|199.27.76.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6198 (6.1K) [text/plain]
Saving to: `/usr/bin/rpi-update.tmp'

100%[======================================>] 6,198       --.-K/s   in 0.03s

2013-03-28 13:38:55 (218 KB/s) - `/usr/bin/rpi-update.tmp' saved [6198/6198]

 *** Relaunching after update
 *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS
 *** ARM/GPU split is now defined in /boot/config.txt using the gpu_mem option!
 *** Setting up firmware (this may take a few minutes)
Cloning into '//root/.rpi-firmware'...
remote: Counting objects: 1737, done.
remote: Compressing objects: 100% (1372/1372), done.
Receiving objects:  82% (1428/1737), 27.05 MiB | 189 KiB/s

Unique "variable" related to Raspberry Pi

Hi,
I would like to ask you to create an unique "variable", which specify we are currently running on Raspberry Pi. By variable, I mean an option which contains an unique identifier.
Why?
cat /proc/cpuinfo prints generic informations:

Processor   : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS    : 697.95
Features    : swp half thumb fastmult vfp edsp java tls 
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part    : 0xb76
CPU revision    : 7

Hardware    : BCM2708
Revision    : 000f
Serial      : 000000006357c039

We are unable to identify a RPi compared to another BCM2708 SoC.
It could be very useful especially for scripting, when we have to check we are using a RPi and not a similar SoC.
We could check it using /sys or /proc
I'm not asking something very hard but it could be very useful for me and many others persons.

Include the extra/git_hash file

I think it would be useful to add the extra/git_hash file from the original repository to this one. It would allow people to know exactly what kernel version they have (e.g. to recompile it). Currently, in order to know this (unless I’m missing the obvious), one has to (example in parentheses):

  • look at /boot/.firmware_revision (0d93f1bf2100a0ab68a8b30eabd5b13b15db55a6);
  • find the corresponding hash in this repository;
  • find the last commit that comes from the original repository (“Add kernel modules for CRYPTO_NULL and and IP_VS.” b10a873af051aa6d9cfb3fbf7e595e323f7f1530);
  • find that commit (which has another hash, obviously) in the original repository (7b5d0de524c6080b5fdb12ea57264637d3651a60);
  • look at extra/git_hash for that commit (206660ba7b78be8e8340edc881943c68548cb29d).

Granted, it’s not as complicated as the explanation makes it look like, but still, it would be nice to have the commit hashes from the original firmware and kernel repositories somewhere, even if one has to look in /root/.rpi-firmware.

USB disk goes to sleep and then crashes with 3.8.13

Since 3.8.11+ or 3.8.13+ (I am not sure which as I jumped directly from 3.8.10+) my external usb disk just becomes idle, I can no longer mount/unmount it after some time and when I try to kill processes using it and reboot the system is not rebootable. I have to kill the watchdog process to force a manual restart.

RPi doesn't boot after commit #61f7aa5742

After the latest update my RPi didn't boot, only flashing the green led three times.
MD5SUM for my start.elf was equal to repo's one.
Solved only reverting to the previous commit (#aea9d8e529)

extra firmware files

Including the contents of the extra directory of the original firmware would be useful: especially git_hash and Module.symvers

Newest firmware breaks some programs that use ALSA

I suspect the cuprit is "kernel: rebuild with alsa mmap support"
commit 994e463

Programs that use alsa libs like espeak give errors and no longer produce audio. Some still work for me like omxplayer and pianobar. But espeak doesn't, even with recompiling it from source.
I get errors like:
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.BRCM bcm2835 AL.pcm.front.0:CARD=0'

Happened right after I updated with no other changes. I am going to try to replace it with the old modules/3.6.11+/kernel/sound/arm/snd-bcm2835.ko and see what happens.

tvservice -o - monitor is not stand by

Before week, I had older firmware.

When I wrote: /usr/bin/tvservice -o
the monitor has going to stand by

With actual firmware - monitor is going to stand by. 0,5 second stays in stand by. After that is monitor on.

I thing, this is bug in actual firmware.

pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.2.27+ #102 PREEMPT Sat Sep 1 01:00:50 BST 2012 armv6l GNU/Linux

Rising load caused by firmware

Yesterday I updated from 5c5ed95 to 8643317.
My "idling" load average has gone from 0.02 to 3.1. There are no obviouses processes. A few hours ago I did a downgrade back to 5c5ed95. Now I am back at a load average at about 0.02.
Will provide more nformation if needed.

overlocking arm_freq=800 doesn't work

I have "arm_freq=800" in my /boot/config.txt but it doesn't work.

pi@raspberrypi ~ $ cat /proc/cpuinfo
Processor : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : swp half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7

I have current firmware. It worked fine 14 days before.

I have updated system today (rpi-update, aptitude update, aptitude upgrade). What is wrong?

distro: RASPBIAN

pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.2.27+ #138 PREEMPT Mon Sep 10 01:04:03 BST 2012 armv6l GNU/Linux

Segmentation Fault

Hi,
Starting from commit 584307e, I get segmentation fault when running hello_video sample code. It seems the error happens when invoking OMX_Deinit(). I'm using RPi Model B. rev1 with lastest official Raspbian Image (2012-12-16-wheezy-raspbian.zip).
Thank you for your consideration.

8192cu drivers?

Apologies if I should know the answer is "of course not" but there's a group of us trying to get the RealTek 8192cu wireless drivers working on Raspbian. We've had limited success building the drivers from source but they keep breaking after every rpi-update so it seems like someone will have to actively maintain binary builds in lock-step with the raspbian updates, or build from source every time which of course takes a while.

So the question I'm getting around to is, could you include these drivers in your builds? Background here:
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=6737

Thanks!

USB

I'm new here and don't know if this is the right way to report.
I think this firmware has a problem with USB communication.

I have a RS232 usb connection(FTDI USB Serial Device converter RT232RL) for my solar panel converter.
Normal it’s a constant stream of data that refreshes every second.
But after this update it stopped working and after a reboot it receives only 1 second of data.
When i downgraded the firmware to the previous version the problem was solved.

LVM - new kernel leaked on lvcreate invocation

Hi,

I update firmware right now. There is problem with LVM. The latest version works:
root@raspberrypi:/# uname -a
Linux raspberrypi 3.2.27+ #260 PREEMPT Thu Nov 8 00:34:12 GMT 2012 armv6l GNU/Linux

now I use this version:
root@raspberrypi:/var/log# uname -a
Linux raspberrypi 3.6.11+ #348 PREEMPT Tue Jan 1 16:33:22 GMT 2013 armv6l GNU/Linux

After reboot - these errors:

setting up lvm volume groups
mlock failed cannot allocate memory
munlock failed

After lvcreate:
root@raspberrypi:# lvcreate -L 1G -n test vg2t
File descriptor 8 (pipe:[15832]) leaked on lvcreate invocation. Parent PID 3635: bash
ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]: mlock failed: Cannot allocate memory
ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]: munlock failed: Cannot allocate memory
Logical volume "test" created

Something is wrong in kernel. LVM worked before kernel update.

Kernel Oops when trying to record from USB Audio Mic (Akiro Kinobo)

This started to occur after updating to firmware with 3.12.18 kernel, older firmware doesn't have this problem.

dsc00099

Bus 001 Device 007: ID 0c76:160a JMTek, LLC.

[    4.744374] usb 1-1.3.1.3: new full-speed USB device number 7 using dwc_otg
[    4.869397] usb 1-1.3.1.3: New USB device found, idVendor=0c76, idProduct=160a
[    4.903967] usb 1-1.3.1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.934018] usb 1-1.3.1.3: Product: USB Audio Device
[    5.031202] hid-generic 0003:0C76:160A.0002: input,hidraw1: USB HID v1.00 Device [USB Audio Device] on usb-bcm2708_usb-1.3.1.3/input2
pi@jasper1 ~ $ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Device_1 [USB Audio Device], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Issue occurs after arecord -f cd -c 1 -D hw:1,0 test.wav

Multi channel audio passthrough broken

Some commit between Feb 26 (94e1b80) and Mar 26 (db98efd) broke multi channel audio passthrough. In XBMC, playing a video file containing a 5.1 channel AC3 works correctly and is decoded by my audio receiver with the Feb 26 firmware. Using the same file with the Mar 26 firmware causes the first frame of the video to be displayed and then the RPI freezes. Issuing a "shutdown -r 0" through ssh causes the RPI to become completely unresponsive requiring the power to be pulled.

Square Resolutions

Is it possible to implement Square resolutions with aspect ratio=1? I have a 640x640 Display connected to the HDMI-Output but the raspberry switches always to 640x480 because it rejects the Edid file. I tried to Set up a custom Resolution but I can't fill in the aspect Ratio Parameter. I can post the Timings of the Display if needed. Tank you very much!

pc290e USB HD tv tuner initialisation error via I2C

See 1169.414660 in block below:

[ 1168.597385] usb 1-1.3.4: new high-speed USB device number 11 using dwc_otg
[ 1168.699032] usb 1-1.3.4: New USB device found, idVendor=2013, idProduct=024f
[ 1168.699065] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1168.699082] usb 1-1.3.4: Product: PCTV 290e
[ 1168.699096] usb 1-1.3.4: Manufacturer: PCTV Systems
[ 1168.699137] usb 1-1.3.4: SerialNumber: 00000010YZC7
[ 1168.752385] media: Linux media interface: v0.10
[ 1168.775316] Linux video capture interface: v2.00
[ 1168.830956] em28xx: New device PCTV Systems PCTV 290e @ 480 Mbps (2013:024f, interface 0, class 0)
[ 1168.831007] em28xx: DVB interface 0 found: isoc
[ 1168.831356] em28xx: chip ID is em28174
[ 1169.185580] em28174 #0: i2c eeprom 0000: 26 00 01 00 02 09 d8 85 80 80 e5 80 f4 f5 94 90
[ 1169.185642] em28174 #0: i2c eeprom 0010: 78 0d e4 f0 f5 46 12 00 5a c2 eb c2 e8 30 e9 03
[ 1169.185699] em28174 #0: i2c eeprom 0020: 12 09 de 30 eb 03 12 09 10 30 ec f1 12 07 72 80
[ 1169.185739] em28174 #0: i2c eeprom 0030: ec 00 60 00 e5 f5 64 01 60 09 e5 f5 64 09 60 03
[ 1169.185778] em28174 #0: i2c eeprom 0040: c2 c6 22 e5 f7 b4 03 13 e5 f6 b4 87 03 02 09 92
[ 1169.185830] em28174 #0: i2c eeprom 0050: e5 f6 b4 93 03 02 07 e6 c2 c6 22 c2 c6 22 12 09
[ 1169.185870] em28174 #0: i2c eeprom 0060: cf 02 06 19 1a eb 67 95 13 20 4f 02 c0 13 6b 10
[ 1169.185909] em28174 #0: i2c eeprom 0070: a0 1a ba 14 ce 1a 39 57 00 5c 18 00 00 00 00 00
[ 1169.185958] em28174 #0: i2c eeprom 0080: 00 00 00 00 44 36 00 00 f0 10 02 00 00 00 00 00
[ 1169.185997] em28174 #0: i2c eeprom 0090: 5b 23 c0 00 00 00 20 40 20 80 02 20 01 01 00 00
[ 1169.186036] em28174 #0: i2c eeprom 00a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 1169.186085] em28174 #0: i2c eeprom 00b0: c6 40 00 00 00 00 a7 00 00 00 00 00 00 00 00 00
[ 1169.186122] em28174 #0: i2c eeprom 00c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 38 32
[ 1169.186161] em28174 #0: i2c eeprom 00d0: 34 31 30 31 31 36 36 30 31 37 31 33 31 31 59 5a
[ 1169.186210] em28174 #0: i2c eeprom 00e0: 43 37 00 4f 53 49 30 30 33 30 38 44 30 31 31 30
[ 1169.186250] em28174 #0: i2c eeprom 00f0: 59 5a 43 37 00 00 00 00 00 00 00 00 00 00 31 30
[ 1169.186299] em28174 #0: i2c eeprom 0100: ... (skipped)
[ 1169.186325] em28174 #0: EEPROM ID = 26 00 01 00, EEPROM hash = 0x39b824ad
[ 1169.186335] em28174 #0: EEPROM info:
[ 1169.186345] em28174 #0: microcode start address = 0x0004, boot configuration = 0x01
[ 1169.215069] em28174 #0: No audio on board.
[ 1169.215102] em28174 #0: 500mA max power
[ 1169.215119] em28174 #0: Table at offset 0x39, strings=0x1aa0, 0x14ba, 0x1ace
[ 1169.220284] em28174 #0: Identified as PCTV nanoStick T2 290e (card=78)
[ 1169.220345] em28174 #0: v4l2 driver version 0.2.0
[ 1169.232640] em28174 #0: V4L2 video device registered as video0
[ 1169.232696] em28174 #0: dvb set to isoc mode.
[ 1169.239243] usbcore: registered new interface driver em28xx
[ 1169.388824] tda18271 1-0060: creating new instance
[ 1169.414660] tda18271_read_regs: [1-0060|M] ERROR: i2c_transfer returned: -19
[ 1169.414692] Error reading device ID @ 1-0060, bailing out.
[ 1169.414727] tda18271_attach: [1-0060|M] error -5 on line 1285
[ 1169.414743] tda18271 1-0060: destroying instance
[ 1169.414999] Em28xx: Initialized (Em28xx dvb Extension) extension
[ 1169.527328] Registered IR keymap rc-pinnacle-pctv-hd
[ 1169.528018] input: em28xx IR (em28174 #0) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/rc/rc1/input3
[ 1169.528627] rc1: em28xx IR (em28174 #0) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/rc/rc1
[ 1169.529517] Em28xx: Initialized (Em28xx Input Extension) extension

Here's a snippet from 3.10.19+ #600 where the 290e was correctly initialised:

[ 107.241457] em28174 #0: dvb set to isoc mode.
[ 107.248339] usbcore: registered new interface driver em28xx
[ 107.414274] tda18271 1-0060: creating new instance
[ 107.421996] TDA18271HD/C2 detected @ 1-0060
[ 107.757517] DVB: registering new adapter (em28174 #0)
[ 107.757575] usb 1-1.3.4: DVB: registering adapter 0 frontend 0 (Sony CXD2820R)...
[ 107.768254] em28174 #0: Successfully loaded em28xx-dvb
[ 107.768287] Em28xx: Initialized (Em28xx dvb Extension) extension

Usb hub and FTDI devices

I have a powered usb2.0 hub with 4 ftdi devices ( RT232RL usb to serial) that is connected to my raspberry. With official firmware, sometimes the devices get error but is not a power/hardware issue (I checked it with an oscilloscope, tried with another hub), so i decided to upgrade the firmware by rpi-install, to see if the issue was fixed, but no success.
With the latest revision if more than one ftdi device is working (not just connected) , all the communication get error everytime one device try to work..

So, how can I help you to discover the problem?

USB hiccups

Found an issue with USB handling in specific case. The problem arises if I have the printer (Samsung CLP 325) already connected to R-Pi when I turn it on. A few seconds into the printer initialisation USB ports stop working, while the rest of the system still runs (didn't try if onboard ethernet still works, but let's say 'top' keeps refreshing the display, keyboard on the other hand is unresponsive as it's attached to USB). If, on the other hand, I disconnect the printer, turn it on, wait for it's initialisation and then connect to Pi, everything works rather well.

The message I get is: Disabling IRQ #32, while syslog shows (at point of turning printer on):

Mar 15 13:15:18 brusnica kernel: [ 159.992900] usb 1-1.2: new high-speed USB device number 5 using dwc_otg
Mar 15 13:15:29 brusnica kernel: [ 170.631400] irq 32: nobody cared (try booting with the "irqpoll" option)
Mar 15 13:15:29 brusnica kernel: [ 170.631441] CPU: 0 PID: 0 Comm: swapper Not tainted 3.10.33+ #654
Mar 15 13:15:29 brusnica kernel: [ 170.631513] from
Mar 15 13:15:29 brusnica kernel: [ 170.631566] from
Mar 15 13:15:29 brusnica kernel: [ 170.631599] from
Mar 15 13:15:29 brusnica kernel: [ 170.631630] from
Mar 15 13:15:29 brusnica kernel: [ 170.631658] from
Mar 15 13:15:29 brusnica kernel: [ 170.631686] from
Mar 15 13:15:29 brusnica kernel: [ 170.631715] from
Mar 15 13:15:29 brusnica kernel: [ 170.631743] from
Mar 15 13:15:29 brusnica kernel: [ 170.631786] from
Mar 15 13:15:29 brusnica kernel: [ 170.631832] from
Mar 15 13:15:29 brusnica kernel: [ 170.631863] from
Mar 15 13:15:29 brusnica kernel: [ 170.631891] from
Mar 15 13:15:29 brusnica kernel: [ 170.631917] from
Mar 15 13:15:29 brusnica kernel: [ 170.631946] from
Mar 15 13:15:29 brusnica kernel: [ 170.631974] from
Mar 15 13:15:29 brusnica kernel: [ 170.632009] from
Mar 15 13:15:29 brusnica kernel: [ 170.632040] from
Mar 15 13:15:29 brusnica kernel: [ 170.632052] handlers:
Mar 15 13:15:29 brusnica kernel: [ 170.632084] [] dwc_otg_common_irq
Mar 15 13:15:29 brusnica kernel: [ 170.632103] [] dwc_otg_pcd_irq
Mar 15 13:15:29 brusnica kernel: [ 170.632133] [] usb_hcd_irq
Mar 15 13:15:29 brusnica kernel: [ 170.632143] Disabling IRQ #32
Mar 15 13:15:34 brusnica kernel: [ 175.643661] smsc95xx 1-1.1:1.0 eth0: Failed to read reg index 0x00000114: -110
Mar 15 13:15:34 brusnica kernel: [ 175.643692] smsc95xx 1-1.1:1.0 eth0: Error reading MII_ACCESS
Mar 15 13:15:34 brusnica kernel: [ 175.643709] smsc95xx 1-1.1:1.0 eth0: MII is busy in smsc95xx_mdio_read
Mar 15 13:15:35 brusnica kernel: [ 176.633334] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:36 brusnica kernel: [ 177.633374] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:37 brusnica kernel: [ 178.633403] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:38 brusnica kernel: [ 179.633442] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:39 brusnica kernel: [ 180.633471] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:39 brusnica kernel: [ 180.633502] hub 1-1:1.0: Cannot enable port 2. Maybe the USB cable is bad?
Mar 15 13:15:39 brusnica kernel: [ 180.643482] smsc95xx 1-1.1:1.0 eth0: Failed to read reg index 0x00000114: -110
Mar 15 13:15:39 brusnica kernel: [ 180.643506] smsc95xx 1-1.1:1.0 eth0: Error reading MII_ACCESS
Mar 15 13:15:39 brusnica kernel: [ 180.643523] smsc95xx 1-1.1:1.0 eth0: MII is busy in smsc95xx_mdio_read
Mar 15 13:15:39 brusnica ifplugd(eth0)[1593]: Link beat lost.
Mar 15 13:15:40 brusnica kernel: [ 181.633507] hub 1-1:1.0: cannot disable port 2 (err = -110)
Mar 15 13:15:41 brusnica kernel: [ 182.633536] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:42 brusnica kernel: [ 183.633571] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:43 brusnica kernel: [ 184.633606] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:44 brusnica kernel: [ 185.633647] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:44 brusnica kernel: [ 185.643642] asix 1-1.3:1.0 eth1: Failed to enable software MII access
Mar 15 13:15:45 brusnica kernel: [ 186.633669] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:45 brusnica kernel: [ 186.633701] hub 1-1:1.0: Cannot enable port 2. Maybe the USB cable is bad?
Mar 15 13:15:46 brusnica kernel: [ 187.633712] hub 1-1:1.0: cannot disable port 2 (err = -110)
Mar 15 13:15:47 brusnica kernel: [ 188.633739] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:48 brusnica kernel: [ 189.633778] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:49 brusnica kernel: [ 190.633810] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:50 brusnica kernel: [ 191.633846] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:51 brusnica kernel: [ 192.633876] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:51 brusnica kernel: [ 192.633907] hub 1-1:1.0: Cannot enable port 2. Maybe the USB cable is bad?
Mar 15 13:15:52 brusnica kernel: [ 193.633922] hub 1-1:1.0: cannot disable port 2 (err = -110)
Mar 15 13:15:53 brusnica kernel: [ 194.633943] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:54 brusnica kernel: [ 195.633986] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:54 brusnica kernel: [ 195.643977] asix 1-1.3:1.0 eth1: Failed to enable hardware MII access
Mar 15 13:15:55 brusnica kernel: [ 196.634049] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:56 brusnica kernel: [ 197.634047] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:57 brusnica kernel: [ 198.634088] hub 1-1:1.0: cannot reset port 2 (err = -110)
Mar 15 13:15:57 brusnica kernel: [ 198.634120] hub 1-1:1.0: Cannot enable port 2. Maybe the USB cable is bad?
Mar 15 13:15:58 brusnica kernel: [ 199.634114] hub 1-1:1.0: cannot disable port 2 (err = -110)
Mar 15 13:15:58 brusnica kernel: [ 199.634160] hub 1-1:1.0: unable to enumerate USB device on port 2
Mar 15 13:15:59 brusnica kernel: [ 200.634151] hub 1-1:1.0: cannot disable port 2 (err = -110)
Mar 15 13:15:59 brusnica kernel: [ 200.634222] hub 1-0:1.0: port 1 disabled by hub (EMI?), re-enabling...
Mar 15 13:15:59 brusnica kernel: [ 200.634253] usb 1-1: USB disconnect, device number 2
Mar 15 13:15:59 brusnica kernel: [ 200.634271] usb 1-1.1: USB disconnect, device number 3
Mar 15 13:15:59 brusnica kernel: [ 200.634616] smsc95xx 1-1.1:1.0 eth0: unregister 'smsc95xx' usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet
Mar 15 13:15:59 brusnica kernel: [ 200.644174] asix 1-1.3:1.0 eth1: Failed to enable software MII access
Mar 15 13:15:59 brusnica kernel: [ 200.644212] asix 1-1.3:1.0 eth1: Failed to enable hardware MII access
Mar 15 13:15:59 brusnica kernel: [ 200.645991] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Mar 15 13:15:59 brusnica ifplugd(eth1)[1604]: Link beat lost.
Mar 15 13:15:59 brusnica ifplugd(eth0)[1593]: Using detection mode: IFF_RUNNING
Mar 15 13:15:59 brusnica ifplugd(eth0)[1593]: Link beat detected.
Mar 15 13:15:59 brusnica avahi-daemon[2468]: Interface eth0.IPv4 no longer relevant for mDNS.
Mar 15 13:15:59 brusnica avahi-daemon[2468]: Leaving mDNS multicast group on interface eth0.IPv4 with address 89.212.57.46.
Mar 15 13:15:59 brusnica avahi-daemon[2468]: Withdrawing address record for 89.212.57.46 on eth0.
Mar 15 13:15:59 brusnica avahi-daemon[2468]: Withdrawing workstation service for eth0.
Mar 15 13:15:59 brusnica avahi-daemon[2468]: Interface eth1.IPv4 no longer relevant for mDNS.
Mar 15 13:15:59 brusnica avahi-daemon[2468]: Leaving mDNS multicast group on interface eth1.IPv4 with address 192.168.0.1.
Mar 15 13:15:59 brusnica avahi-daemon[2468]: Withdrawing address record for 192.168.0.1 on eth1.
Mar 15 13:15:59 brusnica avahi-daemon[2468]: Withdrawing workstation service for eth1.
Mar 15 13:15:59 brusnica kernel: [ 200.685127] usb 1-1.3: USB disconnect, device number 4
Mar 15 13:15:59 brusnica kernel: [ 200.685615] asix 1-1.3:1.0 eth1: unregister 'asix' usb-bcm2708_usb-1.3, ASIX AX88772B USB 2.0 Ethernet
Mar 15 13:15:59 brusnica kernel: [ 200.874260] Indeed it is in host mode hprt0 = 00001501
Mar 15 13:15:59 brusnica kernel: [ 201.074162] usb 1-1: new high-speed USB device number 9 using dwc_otg
Mar 15 13:15:59 brusnica kernel: [ 201.324241] Indeed it is in host mode hprt0 = 00001101
Mar 15 13:16:00 brusnica ntpd[2724]: Deleting interface #3 eth1, 192.168.0.1#123, interface stats: received=1, sent=1, dropped=0, active_time=133 secs
Mar 15 13:16:00 brusnica ntpd[2724]: Deleting interface #2 eth0, 89.212.57.46#123, interface stats: received=39, sent=39, dropped=0, active_time=133 secs
Mar 15 13:16:00 brusnica ntpd[2724]: 89.212.160.254 interface 89.212.57.46 -> (none)
Mar 15 13:16:00 brusnica ntpd[2724]: 93.103.22.152 interface 89.212.57.46 -> (none)
Mar 15 13:16:00 brusnica ntpd[2724]: 84.52.184.247 interface 89.212.57.46 -> (none)
Mar 15 13:16:00 brusnica ntpd[2724]: 89.212.75.6 interface 89.212.57.46 -> (none)
Mar 15 13:16:00 brusnica ntpd[2724]: peers refreshed
Mar 15 13:16:00 brusnica ifplugd(eth0)[1593]: Link beat lost.
Mar 15 13:16:01 brusnica kernel: [ 202.924347] usb 1-1: New USB device found, idVendor=0424, idProduct=9512
Mar 15 13:16:01 brusnica kernel: [ 202.924381] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mar 15 13:16:01 brusnica kernel: [ 203.224631] hub 1-1:1.0: USB hub found
Mar 15 13:16:02 brusnica kernel: [ 203.624723] hub 1-1:1.0: 3 ports detected
Mar 15 13:16:07 brusnica kernel: [ 209.324570] usb 1-1.1: new high-speed USB device number 10 using dwc_otg
Mar 15 13:16:10 brusnica ifplugd(eth1)[1604]: Executing '/etc/ifplugd/ifplugd.action eth1 down'.
Mar 15 13:16:10 brusnica ifplugd(eth1)[1604]: client: Device "eth1" does not exist.
Mar 15 13:16:10 brusnica ifplugd(eth1)[1604]: Program executed successfully.
Mar 15 13:16:10 brusnica ifplugd(eth0)[1593]: Executing '/etc/ifplugd/ifplugd.action eth0 down'.
Mar 15 13:16:10 brusnica kernel: [ 212.224820] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Mar 15 13:16:10 brusnica kernel: [ 212.224857] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mar 15 13:16:10 brusnica ifplugd(eth0)[1593]: client: Cannot find device "eth0"
Mar 15 13:16:10 brusnica ifplugd(eth0)[1593]: client: Device "eth0" does not exist.
Mar 15 13:16:10 brusnica ifplugd(eth0)[1593]: Program executed successfully.
Mar 15 13:16:11 brusnica kernel: [ 212.525152] smsc95xx v1.0.4
Mar 15 13:16:36 brusnica ifplugd(eth0)[1593]: Using detection mode: SIOCETHTOOL
Mar 15 13:16:36 brusnica kernel: [ 237.725771] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:01:89:b1
Mar 15 13:16:37 brusnica kernel: [ 238.925694] usb 1-1.2: new high-speed USB device number 11 using dwc_otg
Mar 15 13:16:41 brusnica kernel: [ 243.025714] usb 1-1.2: New USB device found, idVendor=04e8, idProduct=329f
Mar 15 13:16:41 brusnica kernel: [ 243.025748] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 15 13:16:41 brusnica kernel: [ 243.025767] usb 1-1.2: Product: CLP-320 Series
Mar 15 13:16:41 brusnica kernel: [ 243.025783] usb 1-1.2: Manufacturer: Samsung Electronics Co., Ltd.
Mar 15 13:16:41 brusnica kernel: [ 243.025797] usb 1-1.2: SerialNumber: Z4PRBAGZ905650F
Mar 15 13:16:42 brusnica kernel: [ 243.828275] usblp 1-1.2:1.0: usblp0: USB Bidirectional printer dev 11 if 0 alt 0 proto 2 vid 0x04E8 pid 0x329F
Mar 15 13:16:42 brusnica kernel: [ 243.830378] usbcore: registered new interface driver usblp
Mar 15 13:16:42 brusnica kernel: [ 244.325725] usb 1-1.3: new high-speed USB device number 12 using dwc_otg
Mar 15 13:16:47 brusnica kernel: [ 248.625845] usb 1-1.3: New USB device found, idVendor=0b95, idProduct=772b
Mar 15 13:16:47 brusnica kernel: [ 248.625878] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 15 13:16:47 brusnica kernel: [ 248.625897] usb 1-1.3: Product: AX88772B
Mar 15 13:16:47 brusnica kernel: [ 248.625913] usb 1-1.3: Manufacturer: ASIX Elec. Corp.
Mar 15 13:16:47 brusnica kernel: [ 248.625928] usb 1-1.3: SerialNumber: 0E2E8B
Mar 15 13:17:00 brusnica kernel: [ 261.826334] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Mar 15 13:17:00 brusnica kernel: [ 262.426329] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:01 brusnica kernel: [ 262.626285] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:01 brusnica kernel: [ 262.726348] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:01 brusnica kernel: [ 262.926312] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:01 brusnica kernel: [ 263.126327] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:01 brusnica kernel: [ 263.326375] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:02 brusnica kernel: [ 263.526323] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:02 brusnica kernel: [ 263.726343] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:02 brusnica kernel: [ 263.926346] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:02 brusnica kernel: [ 264.126349] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:06 brusnica kernel: [ 267.526438] net_ratelimit: 16 callbacks suppressed
Mar 15 13:17:06 brusnica kernel: [ 267.526482] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:06 brusnica ifplugd(eth0)[1593]: Link beat detected.
Mar 15 13:17:06 brusnica kernel: [ 267.726480] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:06 brusnica kernel: [ 267.728464] asix 1-1.3:1.0 eth1: register 'asix' at usb-bcm2708_usb-1.3, ASIX AX88772B USB 2.0 Ethernet, 00:50:b6:0e:2e:8b
Mar 15 13:17:06 brusnica ifplugd(eth0)[1593]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
Mar 15 13:17:06 brusnica kernel: [ 267.926734] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:06 brusnica kernel: [ 268.126698] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:06 brusnica kernel: [ 268.326504] smsc95xx 1-1.1:1.0 eth0: kevent 4 may have been dropped
Mar 15 13:17:14 brusnica kernel: [ 275.726790] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Mar 15 13:17:16 brusnica kernel: [ 278.126835] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:16 brusnica kernel: [ 278.326912] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:17 brusnica kernel: [ 278.526864] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:17 brusnica kernel: [ 278.726890] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:17 brusnica kernel: [ 278.926871] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:17 brusnica kernel: [ 279.126931] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:17 brusnica kernel: [ 279.326886] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:18 brusnica kernel: [ 279.526956] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:18 brusnica kernel: [ 279.726897] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:18 brusnica kernel: [ 279.926980] asix 1-1.3:1.0 eth1: kevent 4 may have been dropped
Mar 15 13:17:18 brusnica ifplugd(eth1)[1604]: Using detection mode: SIOCETHTOOL
Mar 15 13:17:18 brusnica ifplugd(eth1)[1604]: Link beat detected.
Mar 15 13:17:18 brusnica avahi-daemon[2468]: Joining mDNS multicast group on interface eth0.IPv4 with address 89.212.57.46.
Mar 15 13:17:18 brusnica ntpd[2724]: Listen normally on 4 eth0 89.212.57.46 UDP 123
Mar 15 13:17:18 brusnica ntpd[2724]: peers refreshed
Mar 15 13:17:18 brusnica avahi-daemon[2468]: New relevant interface eth0.IPv4 for mDNS.
Mar 15 13:17:18 brusnica avahi-daemon[2468]: Registering new address record for 89.212.57.46 on eth0.IPv4.
Mar 15 13:17:19 brusnica ifplugd(eth1)[1604]: Executing '/etc/ifplugd/ifplugd.action eth1 up'.
Mar 15 13:17:19 brusnica avahi-daemon[2468]: Joining mDNS multicast group on interface eth1.IPv4 with address 192.168.0.1.
Mar 15 13:17:19 brusnica avahi-daemon[2468]: New relevant interface eth1.IPv4 for mDNS.
Mar 15 13:17:19 brusnica avahi-daemon[2468]: Registering new address record for 192.168.0.1 on eth1.IPv4.
Mar 15 13:17:20 brusnica ntpd[2724]: Listen normally on 5 eth1 192.168.0.1 UDP 123
Mar 15 13:17:20 brusnica ntpd[2724]: peers refreshed
Mar 15 13:17:20 brusnica ifplugd(eth1)[1604]: Program executed successfully.
Mar 15 13:17:23 brusnica kernel: [ 285.127266] asix 1-1.3:1.0 eth1: link up, 100Mbps, full-duplex, lpa 0xC5E1
Mar 15 13:17:30 brusnica ifplugd(eth0)[1593]: Program executed successfully.
Mar 15 13:17:33 brusnica kernel: [ 295.327489] asix 1-1.3:1.0 eth1: link up, 100Mbps, full-duplex, lpa 0xC5E1
Mar 15 13:17:35 brusnica kernel: [ 296.527545] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Mar 15 13:18:07 brusnica kernel: [ 329.128623] usb 1-1.3: USB disconnect, device number 12
Mar 15 13:18:07 brusnica kernel: [ 329.129124] asix 1-1.3:1.0 eth1: unregister 'asix' usb-bcm2708_usb-1.3, ASIX AX88772B USB 2.0 Ethernet
Mar 15 13:18:09 brusnica igmpproxy[2348]: MRT_DROP_MEMBERSHIP failed; Errno(99): Cannot assign requested address
Mar 15 13:18:09 brusnica ifplugd(eth1)[1604]: Using detection mode: IFF_RUNNING
Mar 15 13:18:09 brusnica avahi-daemon[2468]: Interface eth1.IPv4 no longer relevant for mDNS.
Mar 15 13:18:09 brusnica avahi-daemon[2468]: Leaving mDNS multicast group on interface eth1.IPv4 with address 192.168.0.1.
Mar 15 13:18:09 brusnica avahi-daemon[2468]: Withdrawing address record for 192.168.0.1 on eth1.
Mar 15 13:18:09 brusnica avahi-daemon[2468]: Withdrawing workstation service for eth1.
Mar 15 13:18:13 brusnica ntpd[2724]: Deleting interface #5 eth1, 192.168.0.1#123, interface stats: received=0, sent=0, dropped=0, active_time=33 secs
Mar 15 13:18:13 brusnica ntpd[2724]: peers refreshed
Mar 15 13:18:13 brusnica ifplugd(eth1)[1604]: Link beat lost.
Mar 15 13:18:26 brusnica ifplugd(eth1)[1604]: Executing '/etc/ifplugd/ifplugd.action eth1 down'.
Mar 15 13:18:26 brusnica ifplugd(eth1)[1604]: client: Device "eth1" does not exist.
Mar 15 13:18:26 brusnica ifplugd(eth1)[1604]: Program executed successfully.
Mar 15 13:18:33 brusnica kernel: [ 355.029499] usb 1-1.3: new full-speed USB device number 13 using dwc_otg
Mar 15 13:18:40 brusnica kernel: [ 361.829736] usb 1-1.3: New USB device found, idVendor=04b3, idProduct=3016
Mar 15 13:18:40 brusnica kernel: [ 361.829770] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 15 13:18:40 brusnica kernel: [ 361.829792] usb 1-1.3: Product: USB 1.1 2 port downstream low-power hub
Mar 15 13:18:40 brusnica kernel: [ 361.829807] usb 1-1.3: Manufacturer: Lite-On Tech
Mar 15 13:18:40 brusnica kernel: [ 362.130062] hub 1-1.3:1.0: USB hub found
Mar 15 13:18:41 brusnica kernel: [ 362.629747] hub 1-1.3:1.0: 4 ports detected
Mar 15 13:18:46 brusnica kernel: [ 368.429895] usb 1-1.3.3: new low-speed USB device number 14 using dwc_otg
Mar 15 13:18:54 brusnica kernel: [ 375.730192] usb 1-1.3.3: New USB device found, idVendor=04b3, idProduct=3019
Mar 15 13:18:54 brusnica kernel: [ 375.730226] usb 1-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 15 13:18:54 brusnica kernel: [ 375.730244] usb 1-1.3.3: Product: IBM USB Travel Keyboard with UltraNav
Mar 15 13:18:54 brusnica kernel: [ 375.730259] usb 1-1.3.3: Manufacturer: Lite-On Tech
Mar 15 13:18:56 brusnica kernel: [ 377.534165] input: Lite-On Tech IBM USB Travel Keyboard with UltraNav as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.0/input/input0
Mar 15 13:18:56 brusnica kernel: [ 377.534981] hid-generic 0003:04B3:3019.0001: input,hidraw0: USB HID v1.00 Keyboard [Lite-On Tech IBM USB Travel Keyboard with UltraNav] on usb-bcm2708_usb-1.3.3/input0
Mar 15 13:18:59 brusnica kernel: [ 381.431233] input: Lite-On Tech IBM USB Travel Keyboard with UltraNav as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.1/input/input1
Mar 15 13:18:59 brusnica kernel: [ 381.432007] hid-generic 0003:04B3:3019.0002: input,hidraw1: USB HID v1.00 Device [Lite-On Tech IBM USB Travel Keyboard with UltraNav] on usb-bcm2708_usb-1.3.3/input1
Mar 15 13:19:01 brusnica kernel: [ 382.830443] usb 1-1.3.4: new low-speed USB device number 15 using dwc_otg
Mar 15 13:19:09 brusnica kernel: [ 390.930862] usb 1-1.3.4: New USB device found, idVendor=06cb, idProduct=0009
Mar 15 13:19:09 brusnica kernel: [ 390.930896] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 15 13:19:09 brusnica kernel: [ 390.930913] usb 1-1.3.4: Product: Composite TouchPad / TrackPoint
Mar 15 13:19:09 brusnica kernel: [ 390.930928] usb 1-1.3.4: Manufacturer: Synaptics Inc.
Mar 15 13:19:11 brusnica kernel: [ 393.033678] input: Synaptics Inc. Composite TouchPad / TrackPoint as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/input/input2
Mar 15 13:19:11 brusnica kernel: [ 393.036159] hid-generic 0003:06CB:0009.0003: input,hidraw2: USB HID v1.00 Mouse [Synaptics Inc. Composite TouchPad / TrackPoint] on usb-bcm2708_usb-1.3.4/input0
Mar 15 13:19:15 brusnica kernel: [ 396.533713] input: Synaptics Inc. Composite TouchPad / TrackPoint as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.1/input/input3
Mar 15 13:19:15 brusnica kernel: [ 396.539274] hid-generic 0003:06CB:0009.0004: input,hidraw3: USB HID v1.00 Mouse [Synaptics Inc. Composite TouchPad / TrackPoint] on usb-bcm2708_usb-1.3.4/input1
Mar 15 13:20:01 brusnica igmpproxy[2348]: setsockopt IP_MULTICAST_IF 192.168.0.1; Errno(99): Cannot assign requested address
Mar 15 13:21:01 brusnica kernel: [ 503.434648] usb 1-1.3: USB disconnect, device number 13
Mar 15 13:21:01 brusnica kernel: [ 503.434682] usb 1-1.3.3: USB disconnect, device number 14
Mar 15 13:21:02 brusnica kernel: [ 503.644704] usb 1-1.3.4: USB disconnect, device number 15
Mar 15 13:21:14 brusnica kernel: [ 516.434890] usb 1-1.3: new full-speed USB device number 16 using dwc_otg
Mar 15 13:21:21 brusnica kernel: [ 522.535275] usb 1-1.3: New USB device found, idVendor=04b3, idProduct=3016
Mar 15 13:21:21 brusnica kernel: [ 522.535310] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 15 13:21:21 brusnica kernel: [ 522.535327] usb 1-1.3: Product: USB 1.1 2 port downstream low-power hub
Mar 15 13:21:21 brusnica kernel: [ 522.535342] usb 1-1.3: Manufacturer: Lite-On Tech
Mar 15 13:21:21 brusnica kernel: [ 522.835421] hub 1-1.3:1.0: USB hub found
Mar 15 13:21:21 brusnica kernel: [ 523.335142] hub 1-1.3:1.0: 4 ports detected
Mar 15 13:21:28 brusnica kernel: [ 529.835424] usb 1-1.3.3: new low-speed USB device number 17 using dwc_otg
Mar 15 13:21:35 brusnica kernel: [ 537.235658] usb 1-1.3.3: New USB device found, idVendor=04b3, idProduct=3019
Mar 15 13:21:35 brusnica kernel: [ 537.235690] usb 1-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 15 13:21:35 brusnica kernel: [ 537.235707] usb 1-1.3.3: Product: IBM USB Travel Keyboard with UltraNav
Mar 15 13:21:35 brusnica kernel: [ 537.235725] usb 1-1.3.3: Manufacturer: Lite-On Tech
Mar 15 13:21:37 brusnica kernel: [ 539.038612] input: Lite-On Tech IBM USB Travel Keyboard with UltraNav as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.0/input/input4
Mar 15 13:21:37 brusnica kernel: [ 539.040668] hid-generic 0003:04B3:3019.0005: input,hidraw0: USB HID v1.00 Keyboard [Lite-On Tech IBM USB Travel Keyboard with UltraNav] on usb-bcm2708_usb-1.3.3/input0
Mar 15 13:21:38 brusnica kernel: [ 540.235778] usbhid 1-1.3.3:1.1: can't add hid device: -32
Mar 15 13:21:38 brusnica kernel: [ 540.235872] usbhid: probe of 1-1.3.3:1.1 failed with error -32
Mar 15 13:21:39 brusnica kernel: [ 541.235773] hub 1-1.3:1.0: hub_port_status failed (err = -32)
Mar 15 13:21:40 brusnica kernel: [ 542.235792] hub 1-1.3:1.0: hub_port_status failed (err = -32)
Mar 15 13:21:41 brusnica kernel: [ 543.235889] hub 1-1.3:1.0: hub_port_status failed (err = -32)
Mar 15 13:21:42 brusnica kernel: [ 543.935886] usb 1-1.2: USB disconnect, device number 11
Mar 15 13:21:42 brusnica kernel: [ 543.936480] usblp0: removed
Mar 15 13:21:45 brusnica kernel: [ 546.536000] usb 1-1.3: USB disconnect, device number 16
Mar 15 13:21:45 brusnica kernel: [ 546.536034] usb 1-1.3.3: USB disconnect, device number 17
Mar 15 13:21:50 brusnica kernel: [ 552.236112] usb 1-1.2: new high-speed USB device number 18 using dwc_otg
Mar 15 13:21:55 brusnica kernel: [ 556.636273] usb 1-1.2: New USB device found, idVendor=04e8, idProduct=329f
Mar 15 13:21:55 brusnica kernel: [ 556.636305] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 15 13:21:55 brusnica kernel: [ 556.636322] usb 1-1.2: Product: CLP-320 Series
Mar 15 13:21:55 brusnica kernel: [ 556.636337] usb 1-1.2: Manufacturer: Samsung Electronics Co., Ltd.
Mar 15 13:21:55 brusnica kernel: [ 556.636351] usb 1-1.2: SerialNumber: Z4PRBAGZ905650F
Mar 15 13:21:56 brusnica kernel: [ 557.638357] usblp 1-1.2:1.0: usblp0: USB Bidirectional printer dev 18 if 0 alt 0 proto 2 vid 0x04E8 pid 0x329F
Mar 15 13:22:32 brusnica kernel: [ 593.837524] usb 1-1.2: USB disconnect, device number 18
Mar 15 13:22:32 brusnica kernel: [ 593.838108] usblp0: removed
Mar 15 13:22:49 brusnica kernel: [ 611.438125] usb 1-1.3: new high-speed USB device number 19 using dwc_otg
Mar 15 13:22:54 brusnica kernel: [ 615.938307] usb 1-1.3: New USB device found, idVendor=04e8, idProduct=329f
Mar 15 13:22:54 brusnica kernel: [ 615.938340] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 15 13:22:54 brusnica kernel: [ 615.938358] usb 1-1.3: Product: CLP-320 Series
Mar 15 13:22:54 brusnica kernel: [ 615.938373] usb 1-1.3: Manufacturer: Samsung Electronics Co., Ltd.
Mar 15 13:22:54 brusnica kernel: [ 615.938387] usb 1-1.3: SerialNumber: Z4PRBAGZ905650F
Mar 15 13:22:55 brusnica kernel: [ 616.840426] usblp 1-1.3:1.0: usblp0: USB Bidirectional printer dev 19 if 0 alt 0 proto 2 vid 0x04E8 pid 0x329F

This log started with printer and usb->eth converter attached to USB ports, later I switched the printer with keyboard, and though the log shows that usb devices were recognised, nothing really worked any more.

If I can submit some more info, please let me know what and how to get it.

Latest revision seems to mention a kernel bug on shutdown/reboot

On shutdown or reboot of the pi I always seem to get the kernel BUG error as shown below:-

img_20140508_153655

This doesn't appear to happen in the BRANCH=next revision, and the pid and/or program doesn't always seem to be the same one that causes the kernel oops (it was wpasupplicant originally so I removed it, now it's run-parts or ifdown or another program that's run during shutdown)

The kernel is running on an up-to-date debian wheezy release.

Thanks,

Wireless with rtl8187.ko not working properly

Using a Netgear WG111v3 USB dongle, loading data from somewhere to the Raspberry works fine and fast (3-4 MByte/s), putting data from the Raspberry anywhere is very slow (10-20 KByte/s). Original Raspbian (3.6 kernel) without running rpi-update works fast in both directions. Problem can be seen when using SFTP, SCP or just SSH shell (e.g. lags during long text outputs), both in combination with Windows or another (wired) Raspberry. Two different WLAN-Routers have been tried. Arch Linux with 3.6 kernel works fine also.

Some more information can be found here: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=61283

net/ppp/ppp_mppe.ko module missing

The ppp_mppe.ko module is missing in latest 3.10.18 as of commit 4dd2c5d. This makes some VPNs unusable. It was certainly there with previous 3.6.11+. Please, add it again. Thanks.

Omxplayer sound skips after newest firmware update

After the newest firmware, my omxplayer skips audio a lot. It plays on and off. Rebooted a couple of times to check and it still didn't work.
Then I rolled back and it worked. Repeated the process to check.

I believe that it was commit b10a873 that did it.

All of my other packages are up to date.

(I moved this from rpi-update as I think it belongs here rather than there)

USB power managment

Can you build firmware with CONFIG_PM_SYSFS_DEPRECATED to can control usb devices via command line , or with other parameter to control devices .

Clone failing

Is anyone else getting this?

git clone --verbose git://github.com/Hexxeh/rpi-firmware.git
Cloning into 'rpi-firmware'...
remote: Counting objects: 24129, done.
remote: Compressing objects: 100% (8865/8865), done.
fatal: read error: Connection reset by peer MiB | 826 KiB/s
fatal: early EOF
fatal: index-pack failed

Saving as a ZIP works, but clone and rpi-update fail on both my PI and my desktop, this error is from the desktop since on the PI it takes a whole lot longer. FYI, cloning the https://github.com/hexameron/RTCW-SP-arm repo works ok.

Any ideas? It worked fine until 2 days ago, since then I get this. :(

XBMC: Some Videos freeze after 1 Second

Hi,

the problem is, that some videos (in my example a avi-file) crashes after 1 second. When play a video I see a picture an hear a sound and after 1 second the video stop and I'll be back in the menue. This problem is not general in avi Files! Other Avi-Files plays fine. But in openelec and Raspbmc the viedos doesn't freeze, so I think this is a problem in the firmware...

I use this how-to for my installation. In the comments are any people with the same problem.

I test this problem with the newest firmware ´(17e66f4) and an older Firmware (2632a2c, Aug 29) and with a nighly build of XBMC (version 13)

some modules are missing

latest kernel is without important modules: for example aes_generic, xts and so on.

Kernel 3.6.11 has 21 files in crypto modules.

Kernel 3.10.18 has 16 files in crypto modules.

It couldn't happened.

Quick solution is needed - after rpi-update is raspberry unusable for me.

Is there quick way, how to downgrade kernel?

IP_VS Modules Missing at Hexxeh / rpi-firmware used as upstream repro by debian and others

Hello Dear RPI Friend repro Maintainer of Hexxeh / rpi-firmware

May you and / or " [Dom Cobley] " kindly able to add the IP_VS kernel Modules to your rpi-firmware Firmware repro please ?

Your "Upstream" repo https://github.com/Hexxeh/rpi-firmware looks like been the root cause that :

  • the IP_VS Modules NOT Compiled at any distribution i.e debian , Ubunto , Opensuse , fedora and more.
    I where told by different Image maintainers that they use YOUR repo.

This seems to cause at any kernel release since rasbian exist.

Corosync / heartbeat works , but the Loadbalancing IPVS modules missing completly .
( config to use Corosync Cluster with ldirectord see : http://clusterlabs.org/wiki/Using_ldirectord )

I Got the ldirectory UP running , but failed due the ipvsadm tool miss its kernel modules:

2184 ? Ssl 14:50 /usr/sbin/corosync
2198 ? Ss 0:00 /usr/bin/dbus-daemon --system
2250 ? Ss 0:43 ha_logd: read process
2253 ? S 0:42 ha_logd: write process
2279 ? Ss 0:42 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -c /var/lib/nt
2412 ? Ss 0:00 /usr/sbin/sshd
2417 ? SLs 17:41 heartbeat: master control process
2443 tty1 Ss+ 0:00 /sbin/getty --noclear 38400 tty1
2444 tty2 Ss+ 0:00 /sbin/getty 38400 tty2
2445 tty3 Ss+ 0:00 /sbin/getty 38400 tty3
2446 tty4 Ss+ 0:00 /sbin/getty 38400 tty4
2447 tty5 Ss+ 0:00 /sbin/getty 38400 tty5
2448 tty6 Ss+ 0:00 /sbin/getty 38400 tty6
2449 ttyAMA0 Ss+ 0:00 /sbin/getty -L ttyAMA0 115200 vt100
2452 ? SL 0:33 heartbeat: FIFO reader
2453 ? SL 2:08 heartbeat: write: bcast eth1
2454 ? SL 1:05 heartbeat: read: bcast eth1
2456 ? S 1:53 /usr/lib/heartbeat/ccm
2457 ? S 5:19 /usr/lib/heartbeat/cib
2458 ? S 7:34 /usr/lib/heartbeat/lrmd -r
2459 ? S 2:41 /usr/lib/heartbeat/stonithd
2460 ? S 2:51 /usr/lib/heartbeat/attrd
2461 ? S 5:08 /usr/lib/heartbeat/crmd
2576 ? S 49:51 /usr/bin/perl -w /usr/sbin/ldirectord /etc/ha.d/ldire
2675 ? Sl 0:00 /usr/sbin/console-kit-daemon --no-daemon
2742 ? Sl 0:00 /usr/lib/policykit-1/polkitd --no-debug
2888 ? S< 0:00 [kworker/0:1H]
3239 ? S 0:00 [kworker/0:0]
3445 ? S 1:38 /usr/lib/pacemaker/pengine
4336 ? Ss 0:00 sshd: root@pts/0
4427 pts/0 Ss 0:00 -bash
4433 ? S 0:00 /bin/sh /usr/lib/ocf/resource.d//heartbeat/IPaddr2 mo
4435 pts/0 R+ 0:00 ps ax
27414 ? S 0:00 [kworker/0:2]
29951 ? S 0:00 [kworker/0:1]
root@lb1:# date
Di 9. Apr 19:34:55 CEST 2013
root@lb1:
# uname -a
Linux lb1 3.6.11+ #371 PREEMPT Thu Feb 7 16:31:35 GMT 2013 armv6l GNU/Linux
root@lb1:~#

root@lb1:~# find /lib | grep -i ip|grep vs
/lib/xtables/libxt_ipvs.so

root@lb1:# ipvsadm -L
FATAL: Module ip_vs not found.
Can't initialize ipvs: Protocol not available
Are you sure that IP Virtual Server is built in the kernel or as module?
root@lb1:
#

required IPVS Options ( IPV4 usage ):

lb2:/usr/src # egrep -i '(netfilter|ip_vs)' .config02
CONFIG_NETFILTER=y

CONFIG_NETFILTER_DEBUG is not set

CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y

Core Netfilter Configuration

CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m

CONFIG_NETFILTER_NETLINK_QUEUE_CT is not set

CONFIG_NETFILTER_TPROXY=m
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m
CONFIG_NETFILTER_XT_TARGET_AUDIT=m
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m

CONFIG_NETFILTER_XT_TARGET_CONNSECMARK is not set

CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_HMARK=m
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_TEE=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_SECMARK=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_CPU=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_IPVS=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_IP_VS=m

CONFIG_IP_VS_IPV6 is not set

CONFIG_IP_VS_DEBUG is not set

CONFIG_IP_VS_TAB_BITS=12
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
CONFIG_IP_VS_PROTO_SCTP=y
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m
CONFIG_IP_VS_SH_TAB_BITS=8
CONFIG_IP_VS_NFCT=y
CONFIG_IP_VS_PE_SIP=m

IP: Netfilter Configuration

IPv6: Netfilter Configuration

lb2:/usr/src #

confirm ldconfig paths during install

Hey I just had an experience using rpi-update and rpi-firmware over here debian-pi/raspbian-ua-netinst#14

I think it would be helpful if this project (or rpi-update ?) were to check the ldconfig paths to make sure they're set to whatever we've installed. In my case I needed /opt/vc/lib to be in there... something like this:

expected=/opt/vc/lib
actual=$(ldconfig -v 2>/dev/null | grep -o $expected)
if [[ "$actual" != "$expected" ]]; then
  echo "/opt/vc/lib" > /etc/ld.so.conf.d/00-vmcs.conf
  ldconfig
fi

thank you

retire_capture_urb with pulseaudio and webcam C310 as microphone

I'm using a Webcam C310 with ZoneMinder to survey and the microphone is used by PulseAudio which is broadcasted all over the house. All was working perfectly until last summer.

Now when PulseAudio starts the kernel log spams which breaks both PulseAudio and ZoneMinder.

I've located which revision it last worked with. Don't know if this is an USB or sound module issue or is it PulseAudio which should adapt.

8234d51 <- WORKS!
pi@raspberrypi ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0409:0059 NEC Corp. HighSpeed Hub
Bus 001 Device 005: ID 046d:081b Logitech, Inc. Webcam C310
pi@raspberrypi ~ $ lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/3p, 480M
|__ Port 1: Dev 3, If 0, Class=vend., Driver=smsc95xx, 480M
|__ Port 2: Dev 4, If 0, Class=hub, Driver=hub/4p, 480M
|__ Port 3: Dev 5, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
|__ Port 3: Dev 5, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
|__ Port 3: Dev 5, If 2, Class=audio, Driver=snd-usb-audio, 480M
|__ Port 3: Dev 5, If 3, Class=audio, Driver=snd-usb-audio, 480M

dc709fa <- BROKEN!

pi@raspberrypi ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0409:0059 NEC Corp. HighSpeed Hub
Bus 001 Device 005: ID 046d:081b Logitech, Inc. Webcam C310
pi@raspberrypi ~ $ lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/3p, 480M
|__ Port 1: Dev 3, If 0, Class=vend., Driver=smsc95xx, 480M
|__ Port 2: Dev 4, If 0, Class=hub, Driver=hub/4p, 480M
|__ Port 3: Dev 5, If 0, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
|__ Port 3: Dev 5, If 1, Class='bInterfaceClass 0x0e not yet handled', Driver=uvcvideo, 480M
|__ Port 3: Dev 5, If 2, Class=audio, Driver=snd-usb-audio, 480M
|__ Port 3: Dev 5, If 3, Class=audio, Driver=snd-usb-audio, 480M
pi@raspberrypi ~ $ pulseaudio --start
pi@raspberrypi ~ $ dmesg
[ 433.496879] retire_capture_urb: 13 callbacks suppressed
[ 438.591066] retire_capture_urb: 26 callbacks suppressed
[ 443.719125] retire_capture_urb: 49 callbacks suppressed
[ 448.846829] retire_capture_urb: 36 callbacks suppressed
[ 453.995929] retire_capture_urb: 38 callbacks suppressed
pi@raspberrypi ~ $ pulseaudio -k

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.