Open a773music opened 5 years ago
Thanks for the report. I'll try debian 64 here and see what happens.
BTW: Same result on 32-bit debian. On the 32-bit I have done teensy development, so the whole ecosystem for getting in touch with the BD should be in place...
Any news on this?
I've been trying to work this out by using a debian VM in virtualbox but as soon as i plug a module into usb, virtualbox crashes and resets the usb bus on my host as well. So i guess i'll have to use a 'real' machine to work it out. In the meantime can you give me the output of these commands please :
lsusb
ls -l /dev/serial/by-*
ls -l /dev/ttyUSB*
also if you can get the dmesg output when you plug in a module that would help. thanks.
atte@pandrup:~$` lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 004: ID 04f2:b573 Chicony Electronics Co., Ltd
Bus 001 Device 003: ID 1c7a:0570 LighTuning Technology Inc.
Bus 001 Device 002: ID 0489:e09f Foxconn / Hon Hai
Bus 001 Device 011: ID 16c0:0483 Van Ooijen Technische Informatica Teensyduino Serial
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
atte@pandrup:~$ ls -l /dev/serial/by-*
/dev/serial/by-id:
total 0
lrwxrwxrwx 1 root root 13 Mar 22 12:33 usb-Teensyduino_USB_Serial_5287030-if00 -> ../../ttyACM0
/dev/serial/by-path:
total 0
lrwxrwxrwx 1 root root 13 Mar 22 12:33 pci-0000:00:14.0-usb-0:2:1.0 -> ../../ttyACM0
atte@pandrup:~$ ls -l /dev/ttyUSB*
ls: cannot access '/dev/ttyUSB*': No such file or directory
atte@pandrup:~$ dmesg
<snip>
[21064.801709] usb 1-2: USB disconnect, device number 11
[21068.954202] usb 1-2: new full-speed USB device number 12 using xhci_hcd
[21069.103393] usb 1-2: New USB device found, idVendor=16c0, idProduct=0483, bcdDevice= 2.75
[21069.103395] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[21069.103396] usb 1-2: Product: USB Serial
[21069.103397] usb 1-2: Manufacturer: Teensyduino
[21069.103398] usb 1-2: SerialNumber: 5287030
[21069.105232] cdc_acm 1-2:1.0: ttyACM0: USB ACM device
great thanks. at least I know the OS is recognizing the teensy. Must be something with the library im using to scan serial ports from java that is having problems. I'll see what i can find out.
Any news? Anything I can do to help?
If you're a java programmer then yes.
I've done a few things in java....
I only get a big, black splash screen with the prok logo and "no modules found". In the terminal I get this
atte@pandrup:~/software/prok/beta2$ java -jar ProkModularEditor.jar 09:12:56,714 DEBUG ThonkModularApp:57 - settings() 09:12:56,722 DEBUG ThonkModularApp:96 - Loaded config from file 09:12:56,883 DEBUG ThonkModularApp:77 - Setup ControlP5 2.2.7 infos, comments, questions at http://www.sojamo.de/libraries/controlP5 09:12:57,625 DEBUG ModuleScanner:44 - Starting port scan. Got 0 ports 09:12:57,625 DEBUG ModuleScanner:50 - No serial ports found.. waiting 09:12:58,628 DEBUG ModuleScanner:44 - Starting port scan. Got 0 ports 09:12:58,628 DEBUG ModuleScanner:50 - No serial ports found.. waiting 09:12:59,630 DEBUG ModuleScanner:44 - Starting port scan. Got 0 ports 09:12:59,630 DEBUG ModuleScanner:50 - No serial ports found.. waiting 09:13:00,631 DEBUG ModuleScanner:44 - Starting port scan. Got 0 ports 09:13:00,631 DEBUG ModuleScanner:50 - No serial ports found.. waiting 09:13:01,604 DEBUG ThonkModularApp:132 - Shutdown
I'm on linux debian stable 64bits...