udoobuntu minimal - no usb drivers?

Discussion in 'UDOO QUAD' started by crw, Sep 21, 2016.

  1. crw

    crw New Member

    Joined:
    Sep 21, 2016
    Messages:
    4
    Likes Received:
    0
    Hi, this is my first time booting my Kickstarter reward Udoo Quad. I am using the latest minimal udoobuntu.

    I have tried plugging in a variety of devices into the USB ports, including an Apple Ethernet adapter, a SanDisk storage device, and the Bluetooth dongle that came with the package. None seem to be assigned drivers by the kernel to be used. What I mean is, they seem to be recognized by the USB port, but are not loaded with the correct drivers to actually be useful.

    I am not a linux usb expert, so I am a little mystified if I am missing a step or if none of these drivers have been ported to the Udoo architecture. Any help would be appreciated.

    Example series of USB plug-ins from dmesg (Bluetooth, Apple Ethernet, SanDisk Cruzer drive):
    Code:
    [ 8999.041342] usb 1-1.1: new full-speed USB device number 12 using ci_hdrc
    [ 8999.157966] usb 1-1.1: New USB device found, idVendor=0a12, idProduct=0001
    [ 8999.157983] usb 1-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
    [ 8999.157995] usb 1-1.1: Product: CSR8510 A10
    [ 9693.334708] usb 1-1.1: USB disconnect, device number 12
    [ 9697.925099] usb 1-1.1: new high-speed USB device number 13 using ci_hdrc
    [ 9698.052334] usb 1-1.1: New USB device found, idVendor=05ac, idProduct=1402
    [ 9698.052351] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 9698.052363] usb 1-1.1: Product: Apple USB Ethernet Adapter
    [ 9698.052374] usb 1-1.1: Manufacturer: Apple Inc.     
    [ 9698.052384] usb 1-1.1: SerialNumber: 0B7ED6
    [ 9701.782717] usb 1-1.1: USB disconnect, device number 13
    [ 9709.695223] usb 1-1.1: new high-speed USB device number 14 using ci_hdrc
    [ 9709.806839] usb 1-1.1: New USB device found, idVendor=0781, idProduct=5571
    [ 9709.806857] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 9709.806870] usb 1-1.1: Product: Cruzer Fit
    [ 9709.806880] usb 1-1.1: Manufacturer: SanDisk
    [ 9709.806890] usb 1-1.1: SerialNumber: 4C532000000528115585
    [ 9718.166839] usb 1-1.1: USB disconnect, device number 14
    
     
    Last edited by a moderator: Sep 22, 2016
  2. ektor5

    ektor5 Administrator Staff Member

    Joined:
    Jul 1, 2013
    Messages:
    97
    Likes Received:
    48
    Hi there,
    Have you tried to flash UDOObuntu 2.0 Desktop? Also, I need you to post `lsmod` as well, because most of the drivers are loaded as modules.

    Thanks,
    Ek5
     
    Andrea Rovai likes this.
  3. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
  4. crw

    crw New Member

    Joined:
    Sep 21, 2016
    Messages:
    4
    Likes Received:
    0
    OK. I will give the supported image a shot.
     
  5. crw

    crw New Member

    Joined:
    Sep 21, 2016
    Messages:
    4
    Likes Received:
    0
    With UDOObuntu Desktop, I cannot get far enough in a session to even run "apt-get dist-upgrade". The device consistently arbitrarily reboots itself. Sessions do not last longer than 10 minutes. I am using the 12V 2A power adapter supplied with the Kickstarter kit. At this point, unless there is a clear answer to the "random reboot" problem, I am ready to hand this thing off to someone who has more time and patience to deal with it. Does it need a higher-amp power supply? Does it need a fan? Is there some basic UDOO-fu I am missing?

    The random rebooting happened with Minimal as well, but just not as often.
     
  6. his

    his New Member

    Joined:
    Sep 8, 2015
    Messages:
    24
    Likes Received:
    4
    I have two udoo quad; 2015 year produced udoo board is resetting randomly with a fan and its wireless module getting very hot. The old one that i have is working well. I think there is something wrong with wifi module and it is dissipiating much power.
     
  7. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    @crw @his. In the log, in serial, right before the reboot, do you notice some system hang? Like kernel panic or similar stuff?
     

Share This Page