Jump to content

sugatam

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by sugatam

  1. I didn't build it, just installed the kernel it from the beta armbian repo via the following commands: apt-get install linux-dtb-collabora-rockchip-rk3588 linux-image-collabora-rockchip-rk3588 \ linux-headers-collabora-rockchip-rk3588 linux-u-boot-rock-5b-collabora \ armbian-bsp-cli-rock-5b-collabora My apt sources.list has: http://beta.armbian.com bookworm main bookworm-utils bookworm-desktop
  2. Did you try the the latest 6.9rc collabora branch? The build was just moved by ColourfulRhino yesterday from 6.7.0 to 6.9.0rc2. This kernel should have all the USB patches. I'm not near my OPi5 otherwise I'd have tried it.
  3. I'm glad you started this thread Gullik. I too am keen to see the vertical port and USB-C work. So far, running 6.8rc1, they don't. I haven't tried the collabora kernel yet on my OPi5, have you? That is off of collabora's branch, so has the latest patches that haven't been upstreamed yet, but the latest release of that is on 6.7.0. Separately, I have an issue with even the two horizontal USB ports. When using a 2.5" portable HDD, normally things work ok, but heavy activity, usually when I'm rsync'ing, leads to USB disconnects. Is anyone seeing this? [1294682.126819] usb 2-1: USB disconnect, device number 8 [1294682.127247] sd 3:0:0:0: [sdf] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK cmd_age=0s [1294682.127256] sd 3:0:0:0: [sdf] tag#0 CDB: Read(10) 28 00 00 0e 59 d8 00 00 08 00 [1294682.127261] blk_print_req_error: 4 callbacks suppressed [1294682.127263] I/O error, dev sdf, sector 940504 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [1294682.139910] device offline error, dev sdf, sector 940504 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [1294682.139931] buffer_io_error: 256 callbacks suppressed [1294682.139934] Buffer I/O error on dev sdf1, logical block 117307, async page read [1294682.140082] device offline error, dev sdf, sector 361648 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [1294682.140105] device offline error, dev sdf, sector 361648 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [1294682.140109] Buffer I/O error on dev sdf1, logical block 44950, async page read [1294682.140442] device offline error, dev sdf, sector 2235835648 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [1294682.140461] device offline error, dev sdf, sector 2235835648 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [1294682.140464] Buffer I/O error on dev sdf1, logical block 279479200, async page read [1294682.140617] device offline error, dev sdf, sector 359856 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [1294682.140629] device offline error, dev sdf, sector 359856 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [1294682.140632] Buffer I/O error on dev sdf1, logical block 44726, async page read [1294682.141065] device offline error, dev sdf, sector 941832 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [1294682.141114] device offline error, dev sdf, sector 941832 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [1294682.141126] Buffer I/O error on dev sdf1, logical block 117473, async page read [1294682.141452] Buffer I/O error on dev sdf1, logical block 44798, async page read [1294682.159672] Buffer I/O error on dev sdf1, logical block 44683, async page read [1294682.162683] Buffer I/O error on dev sdf1, logical block 115454, async page read [1294682.164797] Buffer I/O error on dev sdf1, logical block 44930, async page read [1294682.170128] Buffer I/O error on dev sdf1, logical block 44756, async page read [1294683.623276] sd 3:0:0:0: [sdf] Synchronizing SCSI cache [1294683.623322] sd 3:0:0:0: [sdf] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK [1294683.899994] usb 2-1: new SuperSpeed USB device number 9 using xhci-hcd [1294683.918703] usb 2-1: New USB device found, idVendor=0480, idProduct=0900, bcdDevice= 3.15 [1294683.918714] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [1294683.918720] usb 2-1: Product: External USB 3.0
  4. Isn't the reason you created the "collabora" branch? Its unfortunately stuck at 6.7.0, but I was happily using it as it was getting all of Sebastian's (and team collabora's) updates before they were accepted upstream.
  5. I have the same problem as Jean-Philippe with an USB3 hub. On an Orange Pi 5 with edge kernel 6.7 rc4. Jean-Philippe, is the vertical USB 2.0 port working for you?
  6. I have a 4G Rev 2 Rock64 that is running like a champ on current - 5.4.2 as of this writing, as far as USB and Ethernet are concerned. I did have to blacklist UAS for all my USB drives, and now the board is rock solid even with heavy disk and network IO. I do have one problem though, I have no sound. I have the following loaded (automatically): root@chdock:/home/sugata# cat /proc/modules |grep snd snd_soc_rk3328 16384 0 - Live 0xffff800008dc9000 And yet, I get this: root@chdock:/home/sugata# aplay -l aplay: device_list:272: no soundcards found... I searched around this forum and nothing obvious came up. Any ideas?
  7. Is there a reason this is turned off? From linux-rockchip64-current.config: # # CD-ROM/DVD Filesystems # # CONFIG_ISO9660_FS is not set # CONFIG_UDF_FS is not set # end of CD-ROM/DVD Filesystems Whereas most other configs have this enabled as modules. For example, in linux-sunxi64-current.config: # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=m CONFIG_JOLIET=y # CONFIG_ZISOFS is not set CONFIG_UDF_FS=m # end of CD-ROM/DVD Filesystems
  8. I have a 4G Rev 2 Rock64 that is running like a champ on current - 5.4.2 as of this writing, as far as USB and Ethernet are concerned. I did have to blacklist UAS for all my USB drives, and now the board is rock solid even with heavy disk and network IO. I do have one problem though, I have no sound. I have the following loaded (automatically): root@chdock:/home/sugata# cat /proc/modules |grep snd snd_soc_rk3328 16384 0 - Live 0xffff800008dc9000 And yet, I get this: root@chdock:/home/sugata# aplay -l aplay: device_list:272: no soundcards found... I searched around this forum and nothing obvious came up. Any ideas?
  9. I just got a rock64 v2.0 and can confirm that 4.20.0 does not recognize any usb storage device. Switching to 4.4.x works of course. I haven't had a chance to try the dts edit yet
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines