USBasp no longer works with FreeBSD 14.1 / avrdude 7.3
Axel Rau <[email protected]> Mon, 19 Aug 2024 20:23:14 +0200
| Newsgroups | gmane.os.freebsd.devel.hackers,gmane.os.freebsd.devel.hardware |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail=_A0647609-88BC-42ED-A972-7C008529201F
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
Hi,
Once a year, I flash some ATtinys.
For ATtin861, i use USBasp from https://www.fischl.de/usbasp/ .
USBasp worked fine with FreeBSD 13.2 / avrdude 7.0 [1]
Now after upgrading the OS and avrdude, it fails:
- - -
usbd_set_config_index: could not read device status: USB_ERR_STALLED
ugen0.2: <ERFOS AVR-ISP2> at usbus0
umodem0 on uhub0
umodem0: <ERFOS AVR-ISP2, class 2/0, rev 2.00/43.40, addr 22> on usbus0
umodem0: data interface 1, has no CM over data, has break
ugen0.2: <ERFOS AVR-ISP2> at usbus0 (disconnected)
umodem0: at uhub0, port 5, addr 22 (disconnected)
umodem0: detached
- - -
[2][3].
Any tips welcome,
Axel
PS:
[1]
--Apple-Mail=_A0647609-88BC-42ED-A972-7C008529201F
Content-Disposition: attachment;
filename=t861.log
Content-Type: application/octet-stream;
x-unix-mode=0644;
name="t861.log"
Content-Transfer-Encoding: 7bit
[root@home2l-admin ~/admin]# sh flash_t861.sh
avrdude: Version 7.1
Copyright the AVRDUDE authors;
see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
System wide configuration file is /usr/local/etc/avrdude.conf
User configuration file is /root/.avrduderc
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cuau0
Using Programmer : usbasp
Setting bit clk period : 10.0
AVR Part : ATtiny861
Chip Erase delay : 4000 us
PAGEL : PB3
BS2 : PB2
RESET disposition : dedicated
RETRY pulse : SCK
Serial program mode : yes
Parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Alias Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- -------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 10 4 0 no 512 4 128 4000 4000 0xff 0xff
flash 65 6 64 0 yes 8192 64 128 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
signature 0 0 0 0 no 3 1 0 0 0 0x00 0x00
calibration 0 0 0 0 no 1 1 0 0 0 0x00 0x00
Programmer Type : usbasp
Description : USBasp, http://www.fischl.de/usbasp/
avrdude: set SCK frequency to 93750 Hz
avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0x1e930d (probably t861)
avrdude> -c usbasp -p t861 -P /dev/cuau0 -t -B 100kHz -v
avrdude do_cmd() error: (cmd) command -c is invalid
avrdude> -c usbasp -p t861 -P /dev/cuau0 -t -B 100kHz -v
[root@home2l-admin ~/admin]# avrdude -c usbasp -p t861 -P /dev/cuau0 -t -B 100kHz -v
avrdude: Version 7.1
Copyright the AVRDUDE authors;
see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
System wide configuration file is /usr/local/etc/avrdude.conf
User configuration file is /root/.avrduderc
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cuau0
Using Programmer : usbasp
Setting bit clk period : 10.0
AVR Part : ATtiny861
Chip Erase delay : 4000 us
PAGEL : PB3
BS2 : PB2
RESET disposition : dedicated
RETRY pulse : SCK
Serial program mode : yes
Parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Alias Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- -------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 10 4 0 no 512 4 128 4000 4000 0xff 0xff
flash 65 6 64 0 yes 8192 64 128 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
signature 0 0 0 0 no 3 1 0 0 0 0x00 0x00
calibration 0 0 0 0 no 1 1 0 0 0 0x00 0x00
Programmer Type : usbasp
Description : USBasp, http://www.fischl.de/usbasp/
avrdude: set SCK frequency to 93750 Hz
avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0x1e930d (probably t861)
avrdude>
avrdude done. Thank you.
[root@home2l-admin ~/admin]# sh avrdude.sh usbasp t861 cuau0 100
avrdude -c usbasp -p t861 -P /dev/cuau0 -B 100kHz -v -U hfuse:w:/usr/local/home2l/share/brownies/init.t861.elf -U efuse:w:/usr/local/home2l/share/brownies/init.t861.elf -U eeprom:w:/usr/local/home2l/share/brownies/init.t861.elf -U flash:w:/usr/local/home2l/share/brownies/init.t861.elf
avrdude: Version 7.1
Copyright the AVRDUDE authors;
see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
System wide configuration file is /usr/local/etc/avrdude.conf
User configuration file is /root/.avrduderc
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cuau0
Using Programmer : usbasp
Setting bit clk period : 10.0
avrdude: input file /usr/local/home2l/share/brownies/init.t861.elf auto detected as ELF
avrdude: input file /usr/local/home2l/share/brownies/init.t861.elf auto detected as ELF
avrdude: input file /usr/local/home2l/share/brownies/init.t861.elf auto detected as ELF
avrdude: input file /usr/local/home2l/share/brownies/init.t861.elf auto detected as ELF
AVR Part : ATtiny861
Chip Erase delay : 4000 us
PAGEL : PB3
BS2 : PB2
RESET disposition : dedicated
RETRY pulse : SCK
Serial program mode : yes
Parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Alias Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- -------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 10 4 0 no 512 4 128 4000 4000 0xff 0xff
flash 65 6 64 0 yes 8192 64 128 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
signature 0 0 0 0 no 3 1 0 0 0 0x00 0x00
calibration 0 0 0 0 no 1 1 0 0 0 0x00 0x00
Programmer Type : usbasp
Description : USBasp, http://www.fischl.de/usbasp/
avrdude: set SCK frequency to 93750 Hz
avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0x1e930d (probably t861)
avrdude: Note: flash memory has been specified, an erase cycle will be performed.
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: set SCK frequency to 93750 Hz
avrdude: reading input file /usr/local/home2l/share/brownies/init.t861.elf for hfuse
with 1 byte in 1 section within [0, 0]
avrdude: writing 1 byte hfuse ...
avrdude: 1 byte of hfuse written
avrdude: verifying hfuse memory against /usr/local/home2l/share/brownies/init.t861.elf
avrdude: 1 byte of hfuse verified
avrdude: reading input file /usr/local/home2l/share/brownies/init.t861.elf for efuse
with 1 byte in 1 section within [0, 0]
avrdude: writing 1 byte efuse ...
avrdude: 1 byte of efuse written
avrdude: verifying efuse memory against /usr/local/home2l/share/brownies/init.t861.elf
avrdude: 1 byte of efuse verified
avrdude: reading input file /usr/local/home2l/share/brownies/init.t861.elf for eeprom
with 50 bytes in 1 section within [0, 0x31]
using 13 pages and 2 pad bytes
avrdude: writing 50 bytes eeprom ...
Writing | ################################################## | 100% 0.56 s
avrdude: 50 bytes of eeprom written
avrdude: verifying eeprom memory against /usr/local/home2l/share/brownies/init.t861.elf
Reading | ################################################## | 100% 0.04 s
avrdude: 50 bytes of eeprom verified
avrdude: reading input file /usr/local/home2l/share/brownies/init.t861.elf for flash
with 1972 bytes in 2 sections within [0, 0x7d1]
using 32 pages and 76 pad bytes
avrdude: writing 1972 bytes flash ...
Writing | ################################################## | 100% 1.51 s
avrdude: 1972 bytes of flash written
avrdude: verifying flash memory against /usr/local/home2l/share/brownies/init.t861.elf
Reading | ################################################## | 100% 1.06 s
avrdude: 1972 bytes of flash verified
avrdude done. Thank you.
[root@home2l-admin ~/admin]#
[root@home2l-admin /]# home2l-brownie2l
home2l-brownie2l 1.2-2 (2023-04-19) by Gundolf Kiefer
[home2l-brownie2l] DEBUG-1 (/common/env.C:712): Main configuration file is '/usr/local/home2l/etc/home2l.conf'.
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): br.gpio.oa_win_right.03.invert = true
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): br.link = =
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): br.serveSocket = brownies-drv
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): debug = 1
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): home2l.arch = amd64
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): home2l.buildDate = 2023-04-19
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): home2l.config = /usr/local/home2l/etc/home2l.conf
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): home2l.os = Debian
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): home2l.version = 1.2-2
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): location.latitudeN = 50.14978
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): location.longitudeE = 8.65877
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): sys.etcDir = /usr/local/home2l/etc
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): sys.execName = home2l-brownie2l
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): sys.execPathName = home2l-brownie2l
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): sys.instanceName = brownie2l
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): sys.machineName = home2l-admin
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): sys.pid = 11230
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): sys.rootDir = /usr/local/home2l
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): sys.tmpDir = /usr/local/home2l/tmp
[home2l-brownie2l] DEBUG-1 (/common/env.C:717): sys.varDir = /usr/local/home2l/var
Connected to '/usr/local/home2l/tmp/brownies-drv' (local socket).
Read database file '/usr/local/home2l/etc/brownies.conf'.
brownie2l> open 7
007 new
Device: ATtiny861 (t861)
Firmware: init v1.2-2
Features: maintenance
Config:
brownie2l> program mat1x7.t861.elf
Segments in '/usr/local/home2l/share/brownies/mat1x7.t861.elf':
FLASH : 0a00 - 13f2 (2546 bytes)
(SRAM) : 0060 - 011d (189 bytes)
(EEPROM): 0000 - 0032 (50 bytes)
(Re-)program FLASH of device 007 with this? (y/N) y
Flashing device 007 with '/usr/local/home2l/share/brownies/mat1x7.t861.elf' ...
0a00 - 13f2 (2546 bytes) ... verifying ... OK
brownie2l> boot -o
Switching device 007 to OPERATIONAL firmware (block 0x28, adr=0x0a00) ... Activating and rebooting ... OK
brownie2l> s -v
007 new mat1x7 v1.2-2 (t861)
Device: ATtiny861 (t861)
Features: timer notify matrix(1x7)
Config: osccal=139
brownie2l>
[root@home2l-admin /]#
--Apple-Mail=_A0647609-88BC-42ED-A972-7C008529201F
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
[2]
--Apple-Mail=_A0647609-88BC-42ED-A972-7C008529201F
Content-Disposition: attachment;
filename=error.log
Content-Type: application/octet-stream;
x-unix-mode=0644;
name="error.log"
Content-Transfer-Encoding: 7bit
avrdude: Version 7.3
Copyright the AVRDUDE authors;
see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
System wide configuration file is /usr/local/etc/avrdude.conf
User configuration file is /root/.avrduderc
User configuration file does not exist or is not a regular file, skipping
Using port : /dev/cuau0
Using programmer : usbasp
Setting bit clk period: 10.0 us
avrdude: usbOpenDevice(): found USBasp, bus:device: 0:2, serial_number:
avrdude usbasp_open() error: cannot find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp'
avrdude main() error: unable to open port /dev/cuau0 for programmer usbasp
avrdude done. Thank you.
--Apple-Mail=_A0647609-88BC-42ED-A972-7C008529201F
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
[3]
--Apple-Mail=_A0647609-88BC-42ED-A972-7C008529201F
Content-Disposition: attachment;
filename=usb.dump
Content-Type: application/octet-stream;
x-unix-mode=0644;
name="usb.dump"
Content-Transfer-Encoding: 7bit
18:41:16.460181 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.460680 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.460686 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.461069 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.461075 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 01 03 09 04 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.461572 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 1C 03 77 00 -- -- -- -- -- -- -- -- -- -- -- -- |..w. |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.461576 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 01 03 09 04 1C 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 28 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.463070 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=28,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 28 bytes
0000 1C 03 77 00 77 00 77 00 2E 00 66 00 69 00 73 00 |..w.w.w...f.i.s.|
0010 63 00 68 00 6C 00 2E 00 64 00 65 00 -- -- -- -- |c.h.l...d.e. |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.463078 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.463574 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.463579 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.464069 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.464075 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 02 03 09 04 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.464571 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 0E 03 55 00 -- -- -- -- -- -- -- -- -- -- -- -- |..U. |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.464575 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 02 03 09 04 0E 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 14 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.465369 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=16,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 14 bytes
0000 0E 03 55 00 53 00 42 00 61 00 73 00 70 00 -- -- |..U.S.B.a.s.p. |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.465374 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.465816 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.465820 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.466359 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.466364 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 09 04 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.466859 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.466864 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 09 04 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.467359 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.542287 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.542784 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.542790 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.543358 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.543363 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 01 03 09 04 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.543859 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 1C 03 77 00 -- -- -- -- -- -- -- -- -- -- -- -- |..w. |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.543864 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 01 03 09 04 1C 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 28 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.545297 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=28,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 28 bytes
0000 1C 03 77 00 77 00 77 00 2E 00 66 00 69 00 73 00 |..w.w.w...f.i.s.|
0010 63 00 68 00 6C 00 2E 00 64 00 65 00 -- -- -- -- |c.h.l...d.e. |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.545304 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.545800 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.545805 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.546358 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.546363 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 02 03 09 04 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.546858 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 0E 03 55 00 -- -- -- -- -- -- -- -- -- -- -- -- |..U. |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.546863 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 02 03 09 04 0E 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 14 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.547761 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=16,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 14 bytes
0000 0E 03 55 00 53 00 42 00 61 00 73 00 70 00 -- -- |..U.S.B.a.s.p. |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.547766 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.548358 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.548363 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.548858 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.548863 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 09 04 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xca1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.549358 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xca1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.549362 usbus0.2 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0
frame[0] WRITE 8 bytes
0000 80 06 00 03 09 04 04 00 -- -- -- -- -- -- -- -- |........ |
frame[1] READ 4 bytes
flags 0 <0>
status 0xea1a3 <OPEN|TRANSFERRING|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
18:41:16.549858 usbus0.2 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0
frame[0] WRITE 8 bytes
frame[1] READ 4 bytes
0000 04 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... |
flags 0 <0>
status 0xea1a1 <OPEN|STARTED|CONTROL_XFR|CONTROL_HDR|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0>
48 packets captured
48 packets received by filter
0 packets dropped by kernel
--Apple-Mail=_A0647609-88BC-42ED-A972-7C008529201F
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=utf-8
---
PGP-Key: CDE74120 =E2=98=80 mobile: +49 160 7568212
computing @ chaos claudius
--Apple-Mail=_A0647609-88BC-42ED-A972-7C008529201F--