01:41
<
DigitalKiwi >
samueldr: how do i get something that wants /dev/vcio
01:41
<
DigitalKiwi >
to work
01:41
<
samueldr >
I don't know what's /dev/vcio
01:41
<
samueldr >
so I don't know
01:42
<
clever >
DigitalKiwi: one min
01:42
<
clever >
drivers/char/broadcom/vcio.c: ret = alloc_chrdev_region(&vcio.devt, 0, 1, "vcio");
01:42
<
clever >
its in this file of the kernel source
01:42
<
samueldr >
I'm not all that hip in the raspberry pi specific ecosystem
01:42
<
clever >
2 obj-$(CONFIG_BCM_VCIO) += vcio.o
01:43
<
samueldr >
in fact I kinda dislike the specificity, rather than being standard stuff
01:43
<
clever >
you must compile the kernel with BCM_VCIO=y or BCM_VCIO=m
01:43
<
clever >
and then modprobe vcio?
01:44
<
DigitalKiwi >
do we have a kernel with that
01:44
<
clever >
DigitalKiwi: what does `modprobe vcio` say?
01:44
<
DigitalKiwi >
not found
01:45
<
DigitalKiwi >
Linux rpi-nixos 4.19.86 #1-NixOS SMP Sun Nov 24 07:21:09 UTC 2019 aarch64 GNU/Linux
01:45
<
clever >
DigitalKiwi: mainline or rpi kernel?
01:46
<
DigitalKiwi >
mainline i think
01:46
<
DigitalKiwi >
idk :(
01:46
<
clever >
DigitalKiwi: thats set by your boot.kernelPackages config
01:47
<
DigitalKiwi >
i don't set it
01:47
<
clever >
then your on mainline
01:47
<
clever >
try changing it to the rpi kernel
01:47
<
clever >
2020-01-25 15:25:28 < m15k> Do I need `boot.kernelPackages = pkgs.linuxPackages_rpi3;` in my `configuration.nix` for RPI3?
01:47
<
clever >
2020-01-25 15:26:45 < samueldr> if you want to use the raspberry pi foundation's kernel
01:51
<
DigitalKiwi >
thanks
01:51
<
DigitalKiwi >
hope this works
01:53
<
clever >
the option may also exist in mainline, and just needs to be flipped on
02:01
<
DigitalKiwi >
how would i do that
02:10
<
DigitalKiwi >
with this kernel it has /proc/device-tree which it didn't before but not /proc/device-tree/system/
02:12
rajivr___ has joined #nixos-aarch64
02:13
<
DigitalKiwi >
it didn't switch kernel??? but that wasn't there last time
02:16
<
clever >
DigitalKiwi: what about `modprobe vcio`?
02:17
<
DigitalKiwi >
it didn't work
02:17
<
DigitalKiwi >
but my uname is the same as before
02:17
<
DigitalKiwi >
it shouldn't be the same
02:17
<
clever >
DigitalKiwi: not sure then
02:17
<
DigitalKiwi >
it didn't reboot
02:18
<
clever >
nixos-rebuild wont reboot on its own
02:20
<
DigitalKiwi >
or i can't tell the difference between the time and uptime
02:24
h0m1 has quit [Ping timeout: 248 seconds]
02:25
<
DigitalKiwi >
love that nix search takes a gig of ram on my computer with a gig of ram
02:26
<
DigitalKiwi >
I ThOuGhT C++ WaS SuPpOsEd To Be FaSt
02:26
h0m1 has joined #nixos-aarch64
02:42
<
samueldr >
look at how quickly it fills your ram
02:43
<
DigitalKiwi >
(it filled it slowly)
02:43
<
DigitalKiwi >
lol hnix
02:43
<
DigitalKiwi >
i got it up to using ~55GB of ram the other day
02:44
<
DigitalKiwi >
and then i killed it
02:44
<
DigitalKiwi >
about every 10 minutes it went up by 1-1.5 on average GB
02:45
<
DigitalKiwi >
oh no, i think i forgot to save the stats i collected ;_;
02:49
<
DigitalKiwi >
it took something like 3 hours to get there
05:40
orivej has joined #nixos-aarch64
07:21
wavirc22_ has quit [Ping timeout: 268 seconds]
07:46
wavirc22 has joined #nixos-aarch64
07:54
wavirc22 has quit [Ping timeout: 268 seconds]
08:21
wavirc22 has joined #nixos-aarch64
09:53
wavirc22 has quit [Ping timeout: 265 seconds]
09:54
wavirc22 has joined #nixos-aarch64
09:56
wavirc22 has quit [Read error: Connection reset by peer]
09:58
wavirc22 has joined #nixos-aarch64
10:01
wavirc22 has quit [Read error: Connection reset by peer]
10:01
wavirc22 has joined #nixos-aarch64
10:06
wavirc22 has quit [Ping timeout: 268 seconds]
11:02
orivej has quit [Ping timeout: 268 seconds]
12:16
wavirc22 has joined #nixos-aarch64
12:29
wavirc22 has quit [Read error: Connection reset by peer]
12:30
wavirc22 has joined #nixos-aarch64
12:37
wavirc22 has quit [Ping timeout: 265 seconds]
12:45
wavirc22 has joined #nixos-aarch64
13:27
wavirc22 has quit [Read error: Connection reset by peer]
13:28
wavirc22 has joined #nixos-aarch64
14:25
m15k has joined #nixos-aarch64
16:27
<
lopsided98 >
m15k: The green LED should not be flashing, but the blink patterns in your link will only occur due to failures very early in the boot process. On the other hand, the red LED will blink continuously because the mainline kernel configures it as a heartbeat LED by default.
16:28
<
m15k >
lopsided98: Red LED is constantly on. Green light is blinking twice. Stops. And blink twice again.
16:30
<
lopsided98 >
Yeah, actually that is correct. I mixed up the colors. The one that blinks should be labelled ACT
16:32
<
m15k >
Can the heartbeart rate be adjusted?
16:32
<
m15k >
And/Or be disabled
16:37
<
lopsided98 >
The heartbeat rate is proportional to the CPU load. On my RPi 2 you can temporarily change the LED trigger by writing to /sys/class/leds/ACT/trigger
16:38
<
lopsided98 >
I'm not sure if the LED name is the same on the RPi 3
16:38
<
lopsided98 >
cat that file to see the available options
18:00
t184256 has left #nixos-aarch64 [#nixos-aarch64]
18:00
t184256 has joined #nixos-aarch64
18:01
m15k has quit [Ping timeout: 260 seconds]
21:11
orivej has joined #nixos-aarch64
21:19
bdesham has joined #nixos-aarch64
22:06
ryantrinkle has quit [Ping timeout: 265 seconds]
22:41
rajivr___ has quit [Quit: Connection closed for inactivity]
22:52
t184256 has left #nixos-aarch64 ["Error from remote client"]
22:52
t184256 has joined #nixos-aarch64
22:59
ryantrinkle has joined #nixos-aarch64
23:12
orivej has quit [Ping timeout: 268 seconds]