Search results

  1. Z

    Unable to set up D-Link DWL-G510 wireless on FreeBSD 9.0

    I have figured this out. I was not reading far enough in Chapter 32 Later.
  2. Z

    Unable to set up D-Link DWL-G510 wireless on FreeBSD 9.0

    So my PCI D-Link DWL-G510 is recognized at boot under the ath Atheros driver. I have followed the various sections in the FreeBSD Handbook: 12.8 and 32. So far, I have added the following to the /etc/rc.conf: ifconfig_ath0="inet 192.168.1.1 netmask 255.255.255.0" defaultrouter="192.168.1.1" The...
  3. Z

    Can't add user to group wheel

    Thanks. I don't know what all that stuff means yet but hopefully I will at some point.
  4. Z

    Can't add user to group wheel

    It doesn't matter whether "usermod" or "user mod" - its the same thing. I couldn't use vi before since the file system was set to read-only. I am root, single-user. Thanks for the reply though.
  5. Z

    Can't add user to group wheel

    Never mind... I finally figured-out that my file system was read-only. I had no idea why I was getting this response when trying to use vi and view and other things. I just used the command: mount -u / and that apparently changes the file system to read-write. Then I modified the user...
  6. Z

    Can't add user to group wheel

    Hello, I'm new to freeBSD. I am trying to add a user to group wheel. I have entered the following code: pw user mod username -G wheel I enter this command and I get no error message, it just goes to a new command line. Then I type: groups username and all I get is username, it does not...
Back
Top