remove GNOME workaround for now

This appears to cause issues and we need more information on when this
may be required.
This commit is contained in:
Daniel Micay 2023-11-07 01:58:33 -05:00
parent 41387d5f1f
commit fd2170de15
2 changed files with 0 additions and 24 deletions

View File

@ -319,18 +319,6 @@ Installed as /home/username/platform-tools/fastboot</pre>
<p>Connect the device to the computer. On Linux, you'll need to do this again if
you didn't have the udev rules set up when you connected it.</p>
<p>On Linux, GNOME has a bug causing compatibility issues with the installation
process. It wrongly detects the device in fastboot mode or fastbootd mode as being
an MTP device and claims exclusive control over it. This will block the install
process from proceeding. You can run the following command to work around it:</p>
<pre>echo 0 | sudo tee /sys/bus/usb/drivers_autoprobe</pre>
<p>After installing, you can undo this by rebooting or by running the following
command:</p>
<pre>echo 1 | sudo tee /sys/bus/usb/drivers_autoprobe</pre>
<p>On Windows, you need to install a driver for fastboot if you don't already have
it. No driver is needed on other operating systems. You can obtain the driver from
Windows Update which will detect it as an optional update when the device is

View File

@ -208,18 +208,6 @@
<p>Connect the device to the computer. On Linux, you'll need to do this again if
you didn't have the udev rules set up when you connected it.</p>
<p>On Linux, GNOME has a bug causing compatibility issues with the installation
process. It wrongly detects the device in fastboot mode or fastbootd mode as being
an MTP device and claims exclusive control over it. This will block the install
process from proceeding. You can run the following command to work around it:</p>
<pre>echo 0 | sudo tee /sys/bus/usb/drivers_autoprobe</pre>
<p>After installing, you can undo this by rebooting or by running the following
command:</p>
<pre>echo 1 | sudo tee /sys/bus/usb/drivers_autoprobe</pre>
<p>On Windows, you need to install a driver for fastboot if you don't already have
it. No driver is needed on other operating systems. You can obtain the driver from
Windows Update which will detect it as an optional update when the device is