u/Redlikemethodz

MSI Roamii BE Pro bricked after firmware uodate

I'm frustrated after bricking my brand new MSI Roamii BE Pro router. I'm upgrading from an Asus Rog rt-ac2900. The roamii seems to have very limited options. I planned to use just one and sell the other to keep cost down and also use it only as an access point. It has no access point mode option. I was hoping an AP mode ootion would let you use the wan port for lan since it only has 3 lan ports. Also you can't assign different ssid's to the 2.4ghz, 5ghz, and 6ghz frequencies. The ssid issue means I have a ton of 2.4ghz only devices that need their wifi settings changed. So I was hoping some of these features where added with the newer firmware so went to update. BRICK!!!

u/Redlikemethodz — 2 days ago

[W] [USA-GA] Dell Wyse 5070 (Pentium J5005)

Looking for Dell Wyse 5070 with the Intel Pentium Silver J5005 (Quad Core).

  • Must include original power adapter.
  • BIOS must be unlocked (no password).

PayPal G&S only.

Please comment before sending a PM.

reddit.com
u/Redlikemethodz — 8 days ago

Opnsense pc with 4 port card as router??

I'm thinking of setting up opnsense on a pc and installing a 4 port card to use it as a router and switch. Is this recommended or should I just connect the pc to a separate switch? Thx

reddit.com
u/Redlikemethodz — 9 days ago

I changed the owner of my music dataset on truenas. So I updated the volume mount id/pw in my yaml file, compose down, deleted volume in docker desktop and tried to compose up.

I get the following error when trying to compose up:

- Container navidrome-navidrome-1 Starting 6.4s

Error response from daemon: error while mounting volume '/var/lib/docker/volumes/navidrome_music/_data': failed to mount local volume: mount //192.168.15.10/Music:/var/lib/docker/volumes/navidrome_music/_data, data: username=john,password=********: no route to host

compose file:

services:

navidrome:

image: deluan/navidrome:latest

user: 1000:1000 # should be owner of volumes

ports:

- "4533:4533"

restart: unless-stopped

environment:

# Optional: put your config options customization here. Examples:

ND_SCANSCHEDULE: 1h

ND_LOGLEVEL: info

ND_SESSIONTIMEOUT: 24h

ND_BASEURL: ""

volumes:

- "C:/navidrome:/data"

- "music:/music:ro"

volumes:

model-cache:

music:

driver: "local"

driver_opts:

type: "cifs"

o: "username=john,password=[pw]"

device: "//192.168.15.10/Music"

reddit.com
u/Redlikemethodz — 19 days ago