Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Tack24

  1. Tack24

    recursive cp that preserves symbolic links

    This place is pretty dead. Why don't you try signing up for FreeBsd's new forums and asking there. If I knew the answer, I would help. http://forums.freebsd.org/
  2. Tack24

    FreeBSD 7.1 released

    FreeBSD 7.1 released
  3. Tack24

    Wireless card problem

    I'm using FreeBSD-7.0-release. I tried adding the 'zyd device' to my custom kernel, and when i went to: make buildkernel KERNCONF=Kernalname I got this error message: config: Error: device "zyd" is unknown config: 1 errors *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.
  4. Tack24

    how can I check FreeBSD system configuration status

    try this site for monitoring raid http://nico.schottelius.org/documentations/freebsd/freebsd-raid-monitoring
  5. Tack24

    how can I check FreeBSD system configuration status

    I'm not sure if this is exactly what you are looking for, but you could use a program called top, do 'man top(1)' at the shell.
  6. Tack24

    FreeBSD 7.0 released

    FreeBSD 7.0 released Enjoy.
  7. Tack24

    Newbie to Unix and my head hurts trying to boot it

    when you want to see all of the directory in x11 just hit your scroll lock and then your up and down arrow keys
  8. Tack24

    Newbie to Unix and my head hurts trying to boot it

    Try cd /usr/ports/x11/kde or alternatively you can cd to /usr/ports/x11 and type 'ls' at the shell to verify that kde is there if so then type cd /kde while you are in the x11 directory. for the first error message, i'm not really sure why it's doing that, you will have to resolve that first...
  9. Tack24

    Newbie to Unix and my head hurts trying to boot it

    You will need a text editor too, as a person who is new to Unix, you may not want to use vi or vim right off the bat, they're very complicated for someone who is new, you can use an editor called 'pico' by typing sysinstall at the shell and then configure---->packages-->editors when using pico...
  10. Tack24

    Newbie to Unix and my head hurts trying to boot it

    Redo, fixing errors If you didn't download your xorg and kde/gnome desktops during the installation process you will need to either type: cd /usr/ports/x11/xorg and type the following command 'make && make install clean' without the apostrophes, the same for either kde or gnome desktop...
  11. Tack24

    Newbie to Unix and my head hurts trying to boot it

    word of advice" should be "word of caution", just so no one gets confused there
  12. Tack24

    Newbie to Unix and my head hurts trying to boot it

    If you didn't download your xorg and kde/gnome desktops during the installation process you will need to either type: cd /usr/ports/x11/xorg and type the following command 'make && make install clean' without the apostrophes, the same for either kde or gnome desktop environments, type: cd...
  13. Tack24

    Setting up a wireless 802.11/g card using the NDISulator wrapper

    My card probably isn't supported? I'm using a Trendnet Tew-424ub v2 network card, and I'm running Freebsd 6.2-release. I hope that helps anyone who is reading my posts.
  14. Tack24

    Setting up a wireless 802.11/g card using the NDISulator wrapper

    That last part i forgot to put the EX behind the last two messages. no match for InterlockCompareExchange no match for KeSetPriorityThread no match for KeGetCurrentThread no match for USBD_ParseConfigurationDescriptorEX no match for USBD_ParseConfigurationRequestEx
  15. Tack24

    Setting up a wireless 802.11/g card using the NDISulator wrapper

    Need help in creating an ndis0 interface adaptor I've tried doing the proceding command(s) step (1) ndiscvt -i WINDRIVER.inf -s WINDRIVER.sys -o ndis_driver_data.h step (2) make && make install step (3) kldload ndis step (4) kldload if_ndis step(5) dmesg , but nothing was there but the lines of...

Part and Inventory Search

Back
Top