chrisdavis2110
Posts: 6
Joined: Mon Feb 26, 2018 6:48 pm

Pi Zero not being read by USB on Debian with RPI Desktop install

Mon Feb 26, 2018 6:55 pm

I installed Debian with RPI Desktop onto a desktop computer. It is on its own hard drive. When I plug in a Pi Zero to use for GPIO expander, the usbbootgui does not pop up. The USB ports work and my Pi Zero boots normally with an SD card inserted, but when I take out the SD card and plug in the Pi Zero into the computer, nothing happens. What is the problem?

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Pi Zero not being read by USB on Raspbian Desktop install

Mon Feb 26, 2018 9:32 pm

chrisdavis2110 wrote:
Mon Feb 26, 2018 6:55 pm
I installed Raspbian Desktop Stretch onto a desktop computer. It is on its own hard drive. When I plug in a Pi Zero to use for GPIO expander, the usbbootgui does not pop up. The USB ports work and my Pi Zero boots normally with an SD card inserted, but when I take out the SD card and plug in the Pi Zero into the computer, nothing happens. What is the problem?

Raspbian only runs on ARM CPU.


Maybe you should try the latest Debian Stretch x86 with RPD:

https://www.raspberrypi.org/products/

https://www.raspberrypi.org/blog/gpio-expander/
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
thagrol
Posts: 2961
Joined: Fri Jan 13, 2012 4:41 pm
Location: Darkest Somerset, UK
Contact: Website

Re: Pi Zero not being read by USB on Raspbian Desktop install

Mon Feb 26, 2018 10:54 pm

Make sure you're connecting the zero via the correct USB port and cable: normal USB A to micro B, and the inner most of the two micro USB ports (the outer one is power only). No OTG adaptor.

Then see here: https://www.raspberrypi.org/blog/gpio-expander/
Attempts to contact me outside of these forums will be ignored unless signed in triplicate, sent in, sent back, queried, lost, found, subjected to public enquiry, lost again, and finally buried in soft peat for three months and recycled as firelighters

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13009
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: Pi Zero not being read by USB on Debian with RPI Desktop install

Mon Feb 26, 2018 11:31 pm

edited first post which mistakenly called x86 debian "raspbian", it's not, its simply debian!

very important to avoid confusion!

chrisdavis2110
Posts: 6
Joined: Mon Feb 26, 2018 6:48 pm

Re: Pi Zero not being read by USB on Raspbian Desktop install

Mon Feb 26, 2018 11:52 pm

thagrol wrote:
Mon Feb 26, 2018 10:54 pm
Make sure you're connecting the zero via the correct USB port and cable: normal USB A to micro B, and the inner most of the two micro USB ports (the outer one is power only). No OTG adaptor.

Then see here: https://www.raspberrypi.org/blog/gpio-expander/
I have the USB connected to the inner most port with a normal cable. Usbbootgui still does not pop up

User avatar
thagrol
Posts: 2961
Joined: Fri Jan 13, 2012 4:41 pm
Location: Darkest Somerset, UK
Contact: Website

Re: Pi Zero not being read by USB on Debian with RPI Desktop install

Mon Feb 26, 2018 11:56 pm

Is it installed?

Can you run it manually?
Attempts to contact me outside of these forums will be ignored unless signed in triplicate, sent in, sent back, queried, lost, found, subjected to public enquiry, lost again, and finally buried in soft peat for three months and recycled as firelighters

chrisdavis2110
Posts: 6
Joined: Mon Feb 26, 2018 6:48 pm

Re: Pi Zero not being read by USB on Debian with RPI Desktop install

Mon Feb 26, 2018 11:57 pm

thagrol wrote:
Mon Feb 26, 2018 11:56 pm
Is it installed?

Can you run it manually?
It is installed. When I run it manually, it does not recognize that the Pi Zero is connected

chrisdavis2110
Posts: 6
Joined: Mon Feb 26, 2018 6:48 pm

Re: Pi Zero not being read by USB on Debian with RPI Desktop install

Mon Feb 26, 2018 11:59 pm

this is the output in the terminal:

$ usbbootgui

(usbbootgui:2056): GLib-GObject-CRITICAL **: g_value_type_compatible: assertion 'G_TYPE_IS_VALUE (src_type)' failed

(usbbootgui:2056): Gtk-WARNING **: /build/gtk+2.0-ZErHoX/gtk+2.0-2.24.31/gtk/gtkliststore.c:612: Unable to convert from (null) to gchararray

User avatar
thagrol
Posts: 2961
Joined: Fri Jan 13, 2012 4:41 pm
Location: Darkest Somerset, UK
Contact: Website

Re: Pi Zero not being read by USB on Debian with RPI Desktop install

Tue Feb 27, 2018 12:18 am

chrisdavis2110 wrote:
Mon Feb 26, 2018 11:59 pm
this is the output in the terminal:

$ usbbootgui

(usbbootgui:2056): GLib-GObject-CRITICAL **: g_value_type_compatible: assertion 'G_TYPE_IS_VALUE (src_type)' failed

(usbbootgui:2056): Gtk-WARNING **: /build/gtk+2.0-ZErHoX/gtk+2.0-2.24.31/gtk/gtkliststore.c:612: Unable to convert from (null) to gchararray
No idea, sorry. Except: you are booting to desktop/running startx rather than booting to the command line?
Attempts to contact me outside of these forums will be ignored unless signed in triplicate, sent in, sent back, queried, lost, found, subjected to public enquiry, lost again, and finally buried in soft peat for three months and recycled as firelighters

chrisdavis2110
Posts: 6
Joined: Mon Feb 26, 2018 6:48 pm

Re: Pi Zero not being read by USB on Debian with RPI Desktop install

Tue Feb 27, 2018 12:22 am

thagrol wrote:
Tue Feb 27, 2018 12:18 am

No idea, sorry. Except: you are booting to desktop/running startx rather than booting to the command line?
Correct. Booting straight into the desktop

windy54
Posts: 86
Joined: Sat Dec 29, 2012 3:37 pm

Re: Pi Zero not being read by USB on Debian with RPI Desktop install

Wed Mar 07, 2018 8:50 pm

I had a similar problem and came to the conclusion it was because my laptop had USB 1 and not USB 2.

I booted from the same DVD on a laptop with USB 2 and it worked first time, it never worked on my laptop with USB 1

chrisdavis2110
Posts: 6
Joined: Mon Feb 26, 2018 6:48 pm

Re: Pi Zero not being read by USB on Debian with RPI Desktop install

Thu Mar 08, 2018 7:15 pm

windy54 wrote:
Wed Mar 07, 2018 8:50 pm
I had a similar problem and came to the conclusion it was because my laptop had USB 1 and not USB 2.

I booted from the same DVD on a laptop with USB 2 and it worked first time, it never worked on my laptop with USB 1
Thanks for the advice! I was connecting it to a USB extender that was connected to a USB 3 port on the back of my computer. I tried plugging straight in with a longer cable and it worked!

Return to “Raspberry Pi Desktop for PC and Mac”