2
votes
1answer
192 views

How to bind USB device under a static name?

I have an arduino which sometimes gets bound to /dev/ttyUSB0 and other times to /dev/ttyUSB1 making my script fail. I do not want to enumerate all the possibilities of where my device could be, but I ...
1
vote
1answer
398 views

Mounting USB drive on 3G dongle

I've got an Huawei HiLink E303 USB G3-internet dongle that I'd like to use to connect to the internet. I'm using Arch Linux. According to this page, the Linux drivers are actually on the device and ...
1
vote
0answers
373 views

Install Arch(Bang) - Create Usb - Uefi

I am pretty new to Linux and want to install ArchBang-Linux, but I fail at creating a bootable USB-Stick. Can someone explain this procedure to me in a little more detail? ...
0
votes
1answer
711 views

mtp-detect doesn't detect my Sony Ericsson phone

I used to have a Samsung Galaxy Fit that worked out of the box with Banshee. I recently bought a new Sony Ericsson Xperia Mini, I tried to sync it using Banshee, but it doesn't show up. It does ...
4
votes
1answer
8k views

Mounting USB drive that is not recognized

Using Arch Linux / XFCE, I frequently have problems with USB drives that are not properly mounted. Sometimes they automatically show up in Thunar and I can mount them with one click. However, at other ...
4
votes
2answers
1k views

udev rules don't appear to be working

I'm running Arch Linux on my server, and I need to let users of the group usb access my weather station. Here's my rule: /etc/udev/rules.d/usb-70.rules SYSFS {idVendor} == "1941", SYSFS {idProduct} ...