Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2021-10-30

00:49:16***No seen item changed, no save performed.
01:00
01:33:56 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
01:33:56 Quit pixelma (Quit: .)
01:34:58 Join pixelma [0] (marianne@p200300ea871d8200305e95fffec66ff3.dip0.t-ipconnect.de)
01:34:58 Join amiconn [0] (jens@p200300ea871d8200305e95fffec66ff3.dip0.t-ipconnect.de)
02:00
02:49:18***Saving seen data "./dancer.seen"
02:50:41 Join ZincAlloy [0] (~Adium@ip5f5abcae.dynamic.kabel-deutschland.de)
04:00
04:06:09 Join lebellium [0] (~lebellium@2a01cb04012c0900fc5724272a680948.ipv6.abo.wanadoo.fr)
04:49:22***No seen item changed, no save performed.
06:00
06:05:51 Join lebellium_ [0] (~lebellium@2a01cb04012c0900d4bcea17db2916b9.ipv6.abo.wanadoo.fr)
06:07:35 Quit lebellium (Ping timeout: 264 seconds)
06:49:25***Saving seen data "./dancer.seen"
07:00
07:14:35PokeyWas several days ago that I first appeared and I am back again. I see freemyipod has code execution for the Nano 3G, but no emCORE or anything else. I'm guessing it takes an unrealistic amount of work to try and get just that working for a new device, let alone Rockbox itself?
08:00
08:49:29***No seen item changed, no save performed.
09:00
09:17:38_bilgusspeachy g#3931 I'm thinking USB_connected event would be a great way to implement your usbmode screen
09:17:41rb-bluebotGerrit review #3931 at https://gerrit.rockbox.org/r/c/rockbox/+/3931 : Add USB insertion/extraction events by William Wilgus
09:18:49_bilgusthen when the mode is 'ask' it can register a cb to call the screen and remove it when not
09:51:57speachy_bilgus: that sounds realllly nice.
10:00
10:13:39speachyI thought we already had USB insert/extract events.
10:49:31***No seen item changed, no save performed.
11:00
11:17:52 Join dconrad [0] (~dconrad@152.117.104.224)
11:29:21 Join ufdm_ [0] (~ufdm@c-73-164-63-214.hsd1.mn.comcast.net)
11:29:41 Quit ufdm (Read error: Connection reset by peer)
11:59:13dconradspeachy: did you happen to upgrade the gerrit installation lately? I just noticed it seems to play nicely with safari all of a sudden
11:59:38dconradbefore, it would apparently chew through memory and safari would complain
12:00
12:14:30 Quit dconrad (Remote host closed the connection)
12:30:07__builtinhas anyone seen this? https://youtu.be/XyYrlPPSDkM
12:30:27__builtin(and can translate)
12:49:32***Saving seen data "./dancer.seen"
13:00
13:05:20 Join dconrad [0] (~dconrad@152.117.104.224)
13:08:59 Quit dconrad (Remote host closed the connection)
13:16:10speachydconrad: it's been a couple of months, maybe?
13:24:23 Join dconrad [0] (~dconrad@152.117.104.224)
13:28:59 Quit dconrad (Ping timeout: 260 seconds)
13:39:59_bilgusspeachy we do in queues but now callback form
13:40:46_bilgusthey are still synchronous though
14:00
14:09:49 Join nihilazo [0] (~nihilazo@2607:f298:5:101d:f816:3eff:fe1a:29a3)
14:11:28nihilazohi, I'm running rockbox on my xduoo x3 based on a build from the latest master branch and it all works fine other than USB. When I connect the player on USB to a PC it says "*PANIC* null ctrl req"
14:11:40nihilazoany help?
14:49:36***Saving seen data "./dancer.seen"
15:00
15:12:25spork'based on a build' .. first logical questuon would be if it happens with an unmodified daily build
15:13:08nihilazojust grabbed from the site? Let's have a look
15:21:02nihilazoI don't have the same issue on an unmodified daily build. Which is odd because none of my modifications even touch USB
15:21:31nihilazoactually on the daily build I don't see the error but it doesn't show up as a USB device
15:42:31 Join dconrad [0] (~dconrad@152.117.104.224)
15:52:29 Quit dconrad ()
15:57:59 Join amachronic [0] (~amachroni@user/amachronic)
16:00
16:00:05amachronicnihilazo (logs), that's breakage from the USB control request changes I did recently.
16:01:07nihilazoah ok
16:03:07amachronicso it looks like my compatibility shim isn't so compatible after all... oh well.
16:06:28nihilazoI guess this is accidental testing, maybe?
16:10:39amachronicbasically the old code was broken and needed a huge overhaul, and all the USB drivers eventually need to be updated
16:11:39amachronicthe xduoo's driver hasn't been done yet
16:13:11rb-bluebotBuild Server message: New build round started. Revision 139d447c6a, 303 builds, 11 clients.
16:14:11nihilazoah ok
16:15:19speachyFWIW I've been using the x3 all along with no USB issues.
16:15:41speachybut there were some USB issues reported a while back but I was never able to reproduce them myself
16:22:22 Quit ZincAlloy (Quit: Leaving.)
16:22:43rb-bluebotBuild Server message: Build round completed after 571 seconds.
16:22:45rb-bluebotBuild Server message: Revision 139d447c6a result: All green
16:24:33nihilazoI wasn't having usb issues on some unknown old build but I am now
16:28:16amachronicyou could check the daily builds from 2021-10-16 and 2021-10-17 to be sure
16:32:14nihilazoyes, usb works in 2021-10-16
16:32:39amachronici think the underlying bug is a spurious completion on EP0?
16:32:58amachronicwhich under the previous code would be ignored, I think... although I'll have to check.
16:36:56rb-bluebotBuild Server message: New build round started. Revision 0b1c05db40, 303 builds, 11 clients.
16:46:39rb-bluebotBuild Server message: Build round completed after 585 seconds.
16:46:40rb-bluebotBuild Server message: Revision 0b1c05db40 result: All green
16:49:37***Saving seen data "./dancer.seen"
16:50:07 Quit amachronic (Quit: amachronic)
17:00
17:14:20 Join dconrad [0] (~dconrad@152.117.104.224)
17:25:38 Quit nihilazo (Quit: Leaving)
17:47:59 Join S|h|a|w|n [0] (~shawn156@154.6.28.164)
17:47:59 Quit S|h|a|w|n (Changing host)
17:47:59 Join S|h|a|w|n [0] (~shawn156@user/shawn/x-4432647)
17:50:14speachyhuh, jsut got the panic on mine. second plug was fine
17:50:18speachy(a build from 10-23)
18:00
18:43:40 Quit lebellium_ (Quit: Leaving)
18:45:35munkis__builtin: the auto-trannslated subtitles while not good give a decent idea of what hes saying.
18:49:39***Saving seen data "./dancer.seen"
18:52:10 Quit dconrad (Remote host closed the connection)
19:00
19:00:12 Join dconrad [0] (~dconrad@152.117.104.224)
19:05:11 Quit dconrad (Ping timeout: 264 seconds)
19:08:41 Join cockroach [0] (~blattodea@user/cockroach)
19:14:19 Quit tchan (Ping timeout: 260 seconds)
19:14:51 Join tchan [0] (~tchan@c-98-206-141-238.hsd1.il.comcast.net)
20:00
20:49:42***Saving seen data "./dancer.seen"
21:00
21:42:43 Quit j-r (Ping timeout: 260 seconds)
21:43:50 Join j-r [0] (~j-r@p2003000623267245404207fffefd0a65.dip0.t-ipconnect.de)
22:00
22:32:33 Quit cockroach (Quit: leaving)
22:49:44***Saving seen data "./dancer.seen"
23:00
23:00:43 Quit skipwich (Read error: Connection reset by peer)
23:12:00 Quit amdj (Quit: quit (v.): to give up or resign, let go, relinquish)
23:12:07 Join amdj [0] (amdj@libera/staff/amdj)
23:36:29 Join dconrad [0] (~dconrad@152.117.104.224)
23:36:54 Quit dconrad (Client Quit)

Previous day | Next day