After running 'dmesg|tail' I got:
[28660.627485] [<c0370000>] ? enable_nonboot_cpus+0x60/0xc0
[28660.627496] =======================
[28660.627501] ---[ end trace 42d933c9e91933f0 ]---
[28660.673671] input: b43-phy0 as /devices/virtual/input/input14
[28660.884274] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
[28661.023192] Registered led device: b43-phy0::tx
[28661.023264] Registered led device: b43-phy0::rx
[28661.023324] Registered led device: b43-phy0::radio
[28671.964054] wlan0: no IPv6 routers present
[28690.624076] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
When I ran dmesg in the terminal I had a USB Mouse, flash drive (or at least a memory card reader), turned off camera, and of course the Arduino attached to my computer (laptop actually).
Thing is, I ran dmesg again after disconnecting everything except for the Arduino and got the following (I probably should have waited at least 20sec before running dmesg again, but still):
[29165.887490] scsi 2:0:0:0: rejecting I/O to dead device
[29165.887505] scsi 2:0:0:0: rejecting I/O to dead device
[29165.887515] scsi 2:0:0:0: [sdb] READ CAPACITY failed
[29165.887521] scsi 2:0:0:0: [sdb] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK,SUGGEST_OK
[29165.887532] scsi 2:0:0:0: [sdb] Sense not available.
[29165.887545] scsi 2:0:0:0: rejecting I/O to dead device
[29165.887557] scsi 2:0:0:0: [sdb] Write Protect is off
[29165.887563] scsi 2:0:0:0: [sdb] Mode Sense: 00 00 00 00
[29165.887570] scsi 2:0:0:0: [sdb] Assuming drive cache: write through
[29169.432114] usb 4-1: USB disconnect, address 4
I also tried one last time with just the mouse and Arduino hooked up and got the following:
[29165.887532] scsi 2:0:0:0: [sdb] Sense not available.
[29165.887545] scsi 2:0:0:0: rejecting I/O to dead device
[29165.887557] scsi 2:0:0:0: [sdb] Write Protect is off
[29165.887563] scsi 2:0:0:0: [sdb] Mode Sense: 00 00 00 00
[29165.887570] scsi 2:0:0:0: [sdb] Assuming drive cache: write through
[29169.432114] usb 4-1: USB disconnect, address 4
[29256.384088] usb 4-1: new low speed USB device using uhci_hcd and address 5
[29256.564183] usb 4-1: configuration #1 chosen from 1 choice
[29256.608057] input: Microsoft Microsoft Wireless Optical Mouse[ch65533] 1.0A as /devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/input/input15
[29256.638322] input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Wireless Optical Mouse[ch65533] 1.0A] on usb-0000:00:1d.3-1
I honestly don't know what's going on here... :-/
Also, I had already removed brltty before with no luck.