Search found 93 matches
- Fri Jan 25, 2019 3:28 pm
- Forum: Advanced users
- Topic: Is it possible to make RPi Zero smaller by removing GPIO?
- Replies: 6
- Views: 1515
Re: Is it possible to make RPi Zero smaller by removing GPIO?
There was a similar thread a while ago: https://www.raspberrypi.org/forums/viewtopic.php?t=163317 The conclusion was that it's likely not safe to cut away the GPIO part of the PCB. According to an xray of the Pi0, there are traces routed in that region. I also found another thread in another forum, ...
- Tue Jan 15, 2019 3:41 pm
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
Great news from the GitHub issue discussion: @P33M was able to locate and fix the bug with my original dirt-cheap Kontron Hub+Ethernet dongle. Turned out the USB host driver (dwc_otg) was only able to properly deal with USB 1.1 devices attached to cheap hubs (single transaction translator) if they w...
- Sun Jan 13, 2019 6:04 pm
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
I've ordered yet another of these dongles. This time, I tried to find a dongle that looks similar to the one sold by Pimoroni and Adafruit. Based on information I found on the Internet, the model number "YS-LAN26" and a unibody plastic shell with a sticker are indicative of this type of do...
- Sun Nov 25, 2018 7:23 pm
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
Actually, the new dongle isn't perfect either: It has to be disconnected and reconnected after boot, otherwise it won't be recognised by the Pi0.
- Mon Nov 12, 2018 9:48 am
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
I have dropped a post in that thread offering a hub for sacrifice.. Thanks! Fingers crossed @P33M is still willing to help! I have now received my replacement unit that was only marginally more expensive than the failing dongle. From the outside, the only thing that differentiates the new dongle fr...
- Thu Nov 08, 2018 4:09 pm
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
Cheers your pics prompted me to finally crack the case on one of mine.. and its a match with your failing pics although the crystals seem to be better aligned on mine.. in addition to the badly secured wires from the usb connector the one i cracked also has some loss of insulation scrapped off its ...
- Wed Nov 07, 2018 7:29 pm
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
News from the Github issue discussion: The problem in fact seems to be with the hub chip on the dongle. Turns out Terminus Technology doesn't produce an SL2.2s chip. In fact, the chip on the dongle appears to be some knock-off from another company, that just mimics the behaviour of the genuine Termi...
- Tue Nov 06, 2018 12:15 pm
- Forum: General discussion
- Topic: Building kernel for both Pi0 and Pi3
- Replies: 3
- Views: 355
Re: Building kernel for both Pi0 and Pi3
They share overlays as DT is a common language describing the hardware. They don't share modules pi@raspberrypi:~ $ ls /lib/modules/ 4.14.50+ 4.14.50-v7+ 4.14.50+ is for Armv6 and kernel.img, 4.14.50-v7+ is for Armv7 and kernel7.img. Thank you very much for this information! Don't know how I missed...
- Tue Nov 06, 2018 12:13 pm
- Forum: General discussion
- Topic: Building kernel for both Pi0 and Pi3
- Replies: 3
- Views: 355
Re: Building kernel for both Pi0 and Pi3
They share overlays as DT is a common language describing the hardware. They don't share modules pi@raspberrypi:~ $ ls /lib/modules/ 4.14.50+ 4.14.50-v7+ 4.14.50+ is for Armv6 and kernel.img, 4.14.50-v7+ is for Armv7 and kernel7.img. Thank you very much for this information! Totally makes sense now!
- Tue Nov 06, 2018 9:24 am
- Forum: General discussion
- Topic: Building kernel for both Pi0 and Pi3
- Replies: 3
- Views: 355
Building kernel for both Pi0 and Pi3
Hi, I'm building a custom kernel that I want to use with a Pi 0 and a Pi 3B+. Until now, I've only built the kernel for the Pi 3B+, with the bcm2709_defconfig configuration. The kernel instructions [1] describe separate build processes for building the kernel for the Pi0/1 (bcmrpi_defconfig ; kernel...
- Sun Nov 04, 2018 11:45 am
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
In the meantime, I've opened a ticket in the Github issue tracker here:
https://github.com/raspberrypi/linux/issues/2734
So far, it seems like the problem is specific to the Pi talking to a USB 1.1 device via the Terminus Technology SL2.2s USB 2.0 HUB TT0509A18 chip.
https://github.com/raspberrypi/linux/issues/2734
So far, it seems like the problem is specific to the Pi talking to a USB 1.1 device via the Terminus Technology SL2.2s USB 2.0 HUB TT0509A18 chip.
- Sun Nov 04, 2018 10:25 am
- Forum: Troubleshooting
- Topic: Raspberry pi zero with ethernet
- Replies: 10
- Views: 1274
Re: Raspberry pi zero with ethernet
Hi, I'm seeing the exact same problem with this kind of ethernet + usb hub dongles! I have started investigating the adapter, tried different OS settings, captured USB communication and cracked open the dongle's case. I have opened a thread about my findings about a week ago: https://www.raspberrypi...
- Fri Oct 26, 2018 1:19 pm
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
I’ve now scanned the GitHub issue list for relevant entries and found these notable issues: https://github.com/raspberrypi/linux/issues/2692 and https://github.com/raspberrypi/firmware/issues/64 are about usb enumeration failure, but with error code -71. This code seems to indicate hub errors due to...
- Fri Oct 26, 2018 11:25 am
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
I somehow found a very interesting thread on this forum [1] that suggested that there is another kernel module called dwc2 that essentially implements the same functionality as the dwc_otg module, sans the Pi-specific modifications (termed FSM - Flying Spaghetti Monster). Luckily, that dwc2 module (...
- Fri Oct 26, 2018 9:09 am
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
Thanks for your input! cheers @fd iirc my output from list usb showed nothing for the ethernet h/w only the usb hub. ?mantrox? thats not right but there was an 'M' in it.. Which i confirmed with a pull relist and reinsert and relist.. with the micro usb plug testing with my lappy wasnt an option.. i...
- Thu Oct 25, 2018 5:13 pm
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
Am following this with interest as i bought 3 x similar devices (usb micro plug) for use with my pi-0's after an evenings googleing i came up with 2-3 driver options to try but nothing definitely stood out as THE solution, and each involved a kernel rebuild and road maps for differing distro's so t...
- Thu Oct 25, 2018 3:09 pm
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Re: Investigating USB Hub + Ethernet dongle
Thanks for your reply! Given the chipset used in the dongle, you may be seeing a variant of this known, believed to fixed** , old issue: http://www.cpmspectrepi.uk/raspberry_pi/MoinMoinExport/USBtoLanAdapters.html#Improved_OTG_.22module.22_in_Raspbian_Jessie.2A_solves_dm9601_driver_issues AFAICT, th...
- Thu Oct 25, 2018 11:39 am
- Forum: Troubleshooting
- Topic: Investigating USB Hub + Ethernet dongles
- Replies: 22
- Views: 7805
Investigating USB Hub + Ethernet dongles
Hi all! This is my first post on this forum :) Introduction I’m a Computer Science student and recently got into Raspberry Pi. It’s been a very exciting journey so far learning about physical computing and the Linux kernel! I’m having trouble getting the Raspberry Pi to recognize a cheap USB hub + e...