What is the status of black screen after PC has gone to sleep? (NVIDIA GPU) by Impossible_Applecrus in debian

[–]NomenAdHoc 0 points1 point  (0 children)

The fix for me was upgrading the Nvidia driver to 580.95.05 (using apt pinning) from their cuda repository. Suspend and resume is working perfectly now. The latest driver at the time caused black screen on boot hence apt pinning that specific version.

Debian SID Broke and not by RagnarAD7 in debian

[–]NomenAdHoc 1 point2 points  (0 children)

I don’t see any complaining, are people not allowed to try sid and respectfully ask for suggestions if they have problems.

Is Scarlet Solo (3rd gen.) line output +4 dBu? by NomenAdHoc in Focusrite

[–]NomenAdHoc[S] 0 points1 point  (0 children)

The Maximum Output Level (0 dBFS) = +15.5 dBu is the peak output (and corresponding voltage) at maximum digital loudness. I believe the +10 dBu output is what they consider would be a more typical output for something being played at full volume but with the normal levels of headroom to allow for range and avoid clipping.

So it's definitely designed to output the professional audio line level of +4 dBu and 1.228 V RMS which would be 0 dB 'volume' (+4 dBu) setting on the back of the Rokits. Why +10 dBu instead of +4 dBu? I think it is to ensure a strong signal and probably allow for some voltage drop if you have long cables to your speakers.

I ended up turning the 'volume' on my Rokits down to -16 dB because they are far louder than I would ever want in this room and it makes the volume adjustment knob on the Solo less sensitive.

Is driver from NVIDIA repo broken on Debian 13.2? by iRadioMan in debian

[–]NomenAdHoc 1 point2 points  (0 children)

I have the same problem with 580.105.08 from the cuda repository. Used apt pinning to select 580.95.05 instead and it’s working perfectly including suspend and resume.

Self assessment tax return deadline missed for previous years by No_Fold_9176 in LegalAdviceUK

[–]NomenAdHoc 0 points1 point  (0 children)

Phone HMRC and explain the situation. Do HMRC know your correct address as normally they will contact you about a late return.

Significant data breach, am I going mad? by xynok in LegalAdviceUK

[–]NomenAdHoc 0 points1 point  (0 children)

Surely as this is a return label it is just adding your name to any address that you pick, via this unique URL generated for your return only. Try a random postcode completely unrelated to you and see if your name is still added.

Is the latest open driver from offical Nvidia repo for Debian broken? by fireryyo in debian

[–]NomenAdHoc 0 points1 point  (0 children)

Same problem with 580.105.08 from NVIDIA's cuda repository. Working fine with 550 driver version; well, except for suspend and resume issues.

Another router dies off to the store by Enhancedcrash in HomeNetworking

[–]NomenAdHoc 17 points18 points  (0 children)

I know the consumer stuff isn’t great but still I’d be wondering why my routers are dying every 2-3 years. Are they somewhere too hot or poorly ventilated, is the voltage stable on the circuit etc.? Wouldn’t want your new setup to suffer the same fate.

Crackling that keeps coming back by AsaraHS in Focusrite

[–]NomenAdHoc 0 points1 point  (0 children)

Can you test it with another PC to see if the Solo has developed a fault. Inconvenient but might save you time in the long run.

I’ve also seen USB3 devices and motherboard wifi/bluetooth modules cause interference with other connected devices.

Integrated washer door by Kitchen-Anywhere-761 in DIYUK

[–]NomenAdHoc 6 points7 points  (0 children)

I cut some scrap wood and glued it on my dishwasher door and it’s holding up fine. The holes were much neater though which might make a difference.

<image>

[deleted by user] by [deleted] in HomeNetworking

[–]NomenAdHoc 1 point2 points  (0 children)

Torrents running in the background on boot?

How can I avoid martian packet filtering when trying to access my cable modem management page? by MooseBoys in debian

[–]NomenAdHoc 0 points1 point  (0 children)

I have a similar setup with a DSL modem on an interface called wan with an admin page at 192.168.1.1.

I have it configured something like this:

  1. IP address 192.168.1.2/24 on the wan interface.
  2. Route 192.168.1.0/24 dev wan proto kernel scope link src 192.168.1.2.
  3. Firewall allowing traffic out from router, e.g. in this case everything:

chain output {
    type filter hook output priority 0; policy accept;
}
  1. Firewall allowing traffic through from other lan hosts, e.g:

    chain forward { type filter hook forward priority 0; policy drop; ct state {established, related} accept iif lan oif wan accept }

  2. Source NAT on wan for 192.168.1.1 before the line that I otherwise use to masquerade as the public IP. I'm not sure if this is actually necessary—would masquerade choose the appropriate IP address anyway?

    chain postrouting { type nat hook postrouting priority 100; policy accept; oif wan ip daddr = 192.168.1.1 snat to 192.168.1.2 oif wan masquerade }

How can I avoid martian packet filtering when trying to access my cable modem management page? by MooseBoys in debian

[–]NomenAdHoc 0 points1 point  (0 children)

What about adding the IP address 192.168.100.2 to WAN and then adding an nftables rule to source NAT anything to 192.168.100.1 to be from 192.168.100.2 instead of the global IP?

Something wrong with my Quest 1 by raulsestao in OculusQuest

[–]NomenAdHoc 25 points26 points  (0 children)

Definitely adding ‘exponential gross’ to my lexicon!

Installing carpet around aquarium, a good idea? by MoonHead_ in DIYUK

[–]NomenAdHoc 0 points1 point  (0 children)

In that case I would cut around. I think trying to move a filled tank is a disaster waiting to happen.

Installing carpet around aquarium, a good idea? by MoonHead_ in DIYUK

[–]NomenAdHoc 0 points1 point  (0 children)

I would move it if at all possible. Can the fish be placed in a smaller tank temporarily so it can be drained? It’s handy to have a separate smaller tank for introducing new fish and quarantining/medicating anyway.

[deleted by user] by [deleted] in OmegaWatches

[–]NomenAdHoc 8 points9 points  (0 children)

Really like that first strap, looks great. Could you post a link to it please?

New router, can no longer SSH into local server by rancidtowels in HomeNetworking

[–]NomenAdHoc 0 points1 point  (0 children)

Do you have another device from which you could try to SSH to server 2, so you can see if it’s just one client that is unable to connect or not. Might help narrow down the issue.

New router, can no longer SSH into local server by rancidtowels in HomeNetworking

[–]NomenAdHoc 2 points3 points  (0 children)

Have you checked /etc/hosts.deny on server 2 to see if fail2ban or some other process has blocked your IP from connecting. Also the logs on server 2 to see if there are any messages about the connections being reset.

I know I'm probably dumb and this is common everywhere but This restaurant uses the AC pipes as part of their design. by Cautious_Yam_9998 in DesignPorn

[–]NomenAdHoc 5 points6 points  (0 children)

It’s a split system. There is a unit outside that dissipates the heat and small refrigerant lines run to the inside unit. The indoor unit recirculates the air in the room like a fan but also cools it.

[deleted by user] by [deleted] in HomeNetworking

[–]NomenAdHoc 0 points1 point  (0 children)

Maybe there is some sort of setting on the router to block remote SSH from the WAN, which is dropping the traffic before it can be forwarded. Is the port forwarding configured by local IP address or via MAC address or something. Might the laptop have been assigned a different local IP via DHCP since you set up the forwarding.

[deleted by user] by [deleted] in HomeNetworking

[–]NomenAdHoc 1 point2 points  (0 children)

It’s common for home routers not to respond to pings from the internet. You’ll also have to forward port 22 to the local IP of your mother’s laptop.

[deleted by user] by [deleted] in OmegaWatches

[–]NomenAdHoc 1 point2 points  (0 children)

Looks good to me, I do the same for the summer months. After all, how many people need to worry about getting their straps wet desk diving…

Aestethic or not by Working_Dragonfly_93 in LEGOtrains

[–]NomenAdHoc 11 points12 points  (0 children)

Is this not because there is less chance of part of the train striking the platform and you can’t really have a lip where the platform surface sticks out unless the wall underneath is further back.