View Issue Details

IDProjectCategoryView StatusLast Update
0009188Kali LinuxKali Websites & Docspublic2025-05-19 09:50
ReporterRokeJulianLockhart Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009188: Attempting to respond with specific CommonMark content at the Kali Discourse reproducibly instance causes a 404:
Description

When I attempted to respond to with the undermentioned, verbatim:

<code markdown>
[quote="RokeJulianLockhart, post:9, topic:934"]
what hardware the error refers to isn’t clear to me
[/quote]

Using the undermentioned:

hub 12-0:1.0: config failed, hub doesn't have any ports! (err -19)

I've ascertained what the cause is:

  1. Using lsusb -t, I find:

    /:  Bus 012.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/0p, 5000M

    Driver=xhci_hcd/0p means it has 0 ports, which is invalid, hence the error.

  2. I tried to readlink /sys/class/usb_host/usb12 it to ascertain what the cause is, but that fails, because the device unsuccessfully enumerated. Consequently, I used readlink /sys/bus/usb/devices/usb12 to verify the device ID:

    ../../../devices/pci0000:00/0000:00:08.3/0000:5a:00.0/usb12
  3. When known, I used 5a:00.0 to locate the cause with lspci -s 5a:00.0:

    5a:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 2.0 xHCI

    It's the virtual USB controller. I suppose I gotta take this to the kernel devs or AMD themselves, now? What a pain.
    </code>

...I saw:

404 Error

Attached Files

Activities

RokeJulianLockhart

RokeJulianLockhart

2025-05-19 09:34

reporter   ~0020605

Damnit, apologies for the broken formatting. Your editor doesn't permit me to fix the closing tag. I'll attach the markup as a file instead.

content.md (1,114 bytes)   
[quote="RokeJulianLockhart, post:9, topic:934"]
what hardware the error refers to isn’t clear to me
[/quote]

Using the undermentioned:

> ~~~YAML
> hub 12-0:1.0: config failed, hub doesn't have any ports! (err -19)
> ~~~

I've ascertained what the cause is:

1. Using `lsusb -t`, I find:

   > ~~~YAML
   > /:  Bus 012.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/0p, 5000M
   > ~~~

   `Driver=xhci_hcd/0p` means it has 0 ports, which is invalid, hence the error.

1. I tried to `readlink /sys/class/usb_host/usb12` it to ascertain what the cause is, but that fails, because the device unsuccessfully enumerated. Consequently, I used `readlink /sys/bus/usb/devices/usb12` to verify the device ID:

   > ~~~log
   > ../../../devices/pci0000:00/0000:00:08.3/0000:5a:00.0/usb12
   > ~~~

1. When known, I used `5a:00.0` to locate the cause with `lspci -s 5a:00.0`:

   > ~~~YAML
   > 5a:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 2.0 xHCI
   > ~~~

   It's the virtual USB controller. I suppose I gotta take this to the kernel devs or AMD themselves, now? What a pain.
content.md (1,114 bytes)   
RokeJulianLockhart

RokeJulianLockhart

2025-05-19 09:50

reporter   ~0020607

Due to https://bugs.kali.org/view.php?id=9189, I have attached a screencast at https://youtu.be/L3Pu3MWtIxY.

Issue History

Date Modified Username Field Change
2025-05-19 09:33 RokeJulianLockhart New Issue
2025-05-19 09:33 RokeJulianLockhart File Added: @{'Type'='Screenshot'; 'Date'='+20250519T101555+0100'}#.png
2025-05-19 09:34 RokeJulianLockhart Note Added: 0020605
2025-05-19 09:34 RokeJulianLockhart File Added: content.md
2025-05-19 09:50 RokeJulianLockhart Note Added: 0020607