Results 1 to 7 of 7

Thread: P4wnP1 A.L.O.A. 2022.03 - UDC driver not found when deploying USB settings. Fix found.

  1. #1
    Join Date
    2022-Oct
    Posts
    2

    Question P4wnP1 A.L.O.A. 2022.03 - UDC driver not found when deploying USB settings. Fix found.

    Hello.

    As the title says. When using the P4wnP1 A.L.O.A 2022.03 image on a pi zero w from https://www.kali.org/get-kali/#kali-arm, it doesn't let me deploy any USB configuration, instead reverting to last configuration everytime with a message saying "couldn't find a working UDC driver".

    I plugged the MicroSD card into my PC and explored the boot partition. Inside it are two files, "cmdline.txt" and "config.txt". I added "modules-load=dwc2" after "rootwait" into the former, and added "dtoverlay=dwc2" under "[all]" into the latter.

    After that I booted the pi. Got into the admin page, tried changing values and settings. Deployed. It worked.



    Will this be fixed or is it intended behavior? If not intended, the fix that worked for me is written right there.



    - CYRO

    Edit: Fixed my mistake. It's "cmdline.txt", not "commandline.txt"
    Last edited by CYRO; 2022-11-22 at 05:05.

  2. #2
    Join Date
    2022-Nov
    Posts
    1
    Hello, I am also facing the similar issue.

    When I try to deply the USB Gadget setting, I receive the following error message

    rpc error: code = Unknown desc = Deploying new gadget settings failed, reverted to old ones: couldn't find working



    UDC driver

    So I following your step and change the txt file below.

    In the cmdline.txt (I cannot find the commandline.txt), I change the command to;
    console=serial0,115200 console=tty1 root=PARTUUID=d0a4e52d-02 rootfstype=ext4 fsck.repair=yes modules-load=dwc2 rootwait net.ifnames=0

    In the config.txt file, I added the #dtoverlay=dwc2 according to your suggestion.

    [all]
    #dtoverlay=vc4-fkms-v3d
    #dtoverlay=dwc2



    However, I still received the same error message. Do you have any idea?

    Thank you

  3. #3
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Leave out the hash sign # at the front of your change;

    dtoverlay=dwc2

    a hash in front means it is a code comment and so will be ignored!

  4. #4
    Join Date
    2022-Oct
    Posts
    2
    Yeah, my bad, it is indeed "cmdline.txt".

    You should place modules-load=dwc2 AFTER rootwait.

    You should also remove the "#" from #dtoverlay=dwc2 in config.txt, since the "#" turns the line into a comment, which will then be ignored and thus not activated/loaded.



    Best of luck.

    - CYRO

  5. #5
    Join Date
    2023-Jan
    Posts
    2
    I added both of those lines to their respective files but I keep getting "Unknown USB Device (Device Descriptor Request Failed)" in Windows Device Manager. I can't deploy HID scripts because of this. I've tried different computers, different cables, different USB ports, and changing the product ID but I can't get my computer to recognize the Pi Zero W. Ever come across this?

  6. #6
    Join Date
    2023-Jan
    Posts
    2
    I fixed the issue. Turns out it wasn't software related. I had a USB stem soldered on to the zero. When I took a picture of the pads with my phone I noticed I didn't clean up the pads well enough when I removed the stem. A little rework with some wick and the zero is working great now.

  7. #7
    It seems like you've already found a solution to your issue, which is adding the "modules-load=dwc2" line to the cmdline.txt file and the "dtoverlay=dwc2" line to the config.txt file. It's likely that this was a known issue that has since been resolved in later versions of the P4wnP1 A.L.O.A image. However, if you continue to experience this issue in future versions, the fix you found should still work.

Similar Threads

  1. Kali 2022 persistance install cuda driver
    By nikoremus in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-11-07, 14:46
  2. Kali linux ethernet card and driver not found during installation
    By El Messia in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-02-14, 19:52
  3. Replies: 3
    Last Post: 2017-09-08, 08:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •