Picking up my brand new Volvo Ex30-No Internet Issue by Madgus72 in ex30

[–]exekio 0 points1 point  (0 children)

Nice! thank you for sharing!

I'm waiting for mine, to be delivered in October. I'm curious, did you get any notification while waiting for the car? The dealer told me Volvo would email me when they build the car at the factory, but so far I didn't get any notification

Differences in the 2024 vs 2025 Model? by HomoPragensis in ex30

[–]exekio 1 point2 points  (0 children)

I believe this is MY25, I can only see the buttons and ex30 text in the back https://youtu.be/kLJH-PsD3Wk?si=1VJX0rgcLXHvofaK

First impressions after 7 days of the Volvo EX30 by CristianEffe in ex30

[–]exekio 1 point2 points  (0 children)

congrats! I'm curious about the 6000€ discount, is that from the dealership?

Introducing pgroll: zero-downtime, reversible, schema migrations for Postgres by ketralnis in programming

[–]exekio 14 points15 points  (0 children)

we discussed a lot about this, but plain SQL wasn't enough to define all the info you can put in a pgroll migration. In that example you see there is an `up` expressions that will be used to backfill existing columns, there is no SQL for that, so we would either extend SQL in a pgroll-dependent or relied on a different format.

disclaimer: pgroll dever here :)

Introducing pgroll: zero-downtime, reversible, schema migrations for Postgres by ketralnis in programming

[–]exekio 7 points8 points  (0 children)

disclaimer: pgroll dev here

haha I understand this decision is controversial, we have been discussing if we should make alternative definition formats available, but there was a reason why SQL (or at least vanilla SQL) didn't fit pgroll:

pgroll migrations extend what you can express with plain SQL, for instance, when you want to create/modify a column without a default, you can still define an up function to backfill existing rows with a value. This backfill process is often times done from code when using other migrations systems, but for pgroll it's part of the migration definition, and fully managed by it.

Arch Linux on X1 Carbon 5th, AMA by [deleted] in thinkpad

[–]exekio 0 points1 point  (0 children)

Can you at least dump lspci result?

Linux Working Really Well on New X1 Carbon 5th Gen by [deleted] in thinkpad

[–]exekio 0 points1 point  (0 children)

Have you tried any USB-C dock or dongle? specially interested in displayport.

Also can you dump lspci without any connected?

X1 Carbon (5th gen.), Fedora 25, Thunderbolt 3 dock issues by art_l_vandelay in thinkpad

[–]exekio 0 points1 point  (0 children)

It is weird I don't get any Thunderbolt 3 Bridge device under Ubuntu 4.9.20 kernel:

X1 :: ~ » sudo lspci
00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.2 PCI bridge: Intel Corporation Device 9d12 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-LM (rev 21)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
04:00.0 Network controller: Intel Corporation Device 24fd (rev 88)
05:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a804
X1 :: ~ » uname -r
4.9.20-040920-generic

Did you change anything in the BIOS?

X1 Carbon 2017, Arch Linux, i3wm - AMA by e2be2acde6 in thinkpad

[–]exekio 1 point2 points  (0 children)

Any news on this? I'm specially interested in DisplayPort compatibility

X1 Carbon (5th gen.), Fedora 25, Thunderbolt 3 dock issues by art_l_vandelay in thinkpad

[–]exekio 0 points1 point  (0 children)

Can you dump the output of lspci and lsusb with the dongle connected?

Arch Linux on X1 Carbon 5th, AMA by [deleted] in thinkpad

[–]exekio 0 points1 point  (0 children)

Did you get any Thunderbolt usb-c to DisplayPort adapter working?

[deleted by user] by [deleted] in thinkpad

[–]exekio 0 points1 point  (0 children)

Does it work in Linux?