What's new

[SOLVED] can't disable dlna server or samba from web interface

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

unknownbeef

New Around Here
[SOLVED]

router: ac66u
firmware: 376.49_5

two options are "stuck" on in the web interace on my router:

enable dlna media server: on
samba enable share: on

i can't change the buttons to the off state. i click them and nothing happens.

can i disable the two options from ssh by changing the nvram variables directly? does anybody know the variable names and what i need to type at the terminal to accomplish this?

thank you so much in advance!

*****
EDIT: (Solution)

I couldn't find the solution through Google, but I was able to use grep and nvram show to search out the necessary variables. In case anybody else runs in to a similar issue, here is how I fixed this:

at the ssh prompt:

nvram set enable_samba=0
nvram set dms_enable=0
nvram commit
reboot

I hope this helps somebody out there. Cheers! :)
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top