#!/bin/sh must be the first line of the script.
monitor udev, you should see what is going on. when you plug/unplug the USB.
Results 621 to 630 of 866
Thread: Announce: piCorePlayer 8.0.0
-
2022-01-20, 06:58 #621piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2022-01-20, 08:18 #622
Hi Paul,
I replaced "dtoverlay=vc4-kms-v3d,noaudio" with "dtoverlay=vc4-fkms-v3d" in config.txt and all seems to work fine now.
When I posted the dmesg output before I left out a proceeding line which read
Code:rc rc0: two consecutive events of type space
This line still appears when I switch TV input but no longer get the
Code:vc4_hdmi 3f902000.hdmi: Unknown register ID 58
Jeff
-
2022-01-20, 08:28 #623
- Join Date
- Dec 2021
- Posts
- 9
Looks like I have bad luck with WiFi dongles !
Here's what I get when I plug my new ASUS USB-AC51 dongle on a PiCorePlayer 7.0.1 :
Code:[ 1347.451699] usb 1-1.5: new high-speed USB device number 6 using dwc_otg [ 1347.597708] usb 1-1.5: New USB device found, idVendor=0b05, idProduct=17d1, bcdDevice= 1.00 [ 1347.597732] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1347.597749] usb 1-1.5: Product: WiFi [ 1347.597765] usb 1-1.5: Manufacturer: MediaTek [ 1347.597781] usb 1-1.5: SerialNumber: 1.0 [ 1347.691699] usb 1-1.5: reset high-speed USB device number 6 using dwc_otg [ 1347.827575] mt76x0u 1-1.5:1.0: ASIC revision: 76100002 MAC revision: 76502000 [ 1347.831537] mt76x0u 1-1.5:1.0: mediatek/mt7610e.bin not found, switching to mediatek/mt7610u.bin [ 1347.831828] mt76x0u 1-1.5:1.0: Direct firmware load for mediatek/mt7610u.bin failed with error -2 [ 1347.838396] mt76x0u: probe of 1-1.5:1.0 failed with error -2
-
2022-01-20, 08:45 #624
- Join Date
- Jan 2022
- Posts
- 10
Thanks, Paul, this really solved the problem!
Although I don't fully understand why: When I executed the scripts manually, they worked. I implemented the same concept under Raspbian - it worked like a charm. However, I take it as is and am happy that it is working now.
Thanks!
Sven
-
2022-01-20, 09:45 #625
- Join Date
- Dec 2021
- Posts
- 9
-
2022-01-20, 12:59 #626piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2022-01-20, 13:07 #627piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2022-01-20, 13:09 #628
When you run manually, the shell interpreter that you are logged in with understands how to handle the script. When launched from udev, it doesn't know that it is a shell script.
Here is more information than you probably wanted to know.....lol. https://en.wikipedia.org/wiki/Shebang_(Unix)piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2022-01-21, 01:18 #629
- Join Date
- Dec 2021
- Posts
- 9
-
2022-01-21, 13:49 #630
Update notifications?
Hi
I did search but couldn't find an answer to this ...
Is there any way to have a notification of pCP updates ( or other component updates) e.g. like LMS?
I don't tend to update on a whim but it's be great to at least have some notice of updates that one could review. Currently I seem to discover new releases by accident.
The notification could be via the UI or via a forum Announce (only) locked thread where each release update notice could be posted (and to which one could subscribe).
Heck, a pCP sub forum would be handy too.Last edited by mr-b; 2022-01-21 at 13:52.