Search results

  1. C

    Crash after install iwn driver

    I installed freeBSD 7.2 and the driver iwn. However, system crash during boot. Can anyone help me about this? It is said that freeBSD 8.0 support iwn. Where can I download the image of freeBSD 8.0? iwn0: iwn_read_eeprom_ht40: no entry for channel 1 iwn0: iwn_read_eeprom_ht40: no entry for...
  2. C

    How to install wireless driver

    Problem solved. But face a new problem. create another thread
  3. C

    How to install wireless driver

    Hi, all: I am new in driver installation. Can anyone tell me the detailed steps to install a wireless driver? I want to install iwn driver on FreeBSD 7.2. I download the driver from http://people.freebsd.org/~gavin/iwn-7/iwn-7.tgz. However, I don't know how to compile the driver. I find...
  4. C

    sendip compile problem

    Thank you SirDice. Sendip can be compiled now.�e
  5. C

    sendip compile problem

    Hi DutchDaemon: I depress the tarball and using make command. I want to modify sendip so that I have to compile from source code. I am sorry that I only copy some of the Makefile. I have not changed anything from the tarball. Currently the problem is still there. Any suggestion...
  6. C

    sendip compile problem

    Hi all: I am trying to compile sendip application (one of freebsd ports) in FreeBSD 7.0. But it comes with the following errors. /usr/lib/crt1.o(.txt+0x85): in function '-start': : undefined reference to 'main' The main function is in sendip.c. The Makefile is as follows: INSTALL = install...
  7. C

    FreeBSD 7.0 ipfilter firewall problem

    Hi, all: I want to block all the traffic except ipsec and ftp traffic. But actually, tcp traffic is not blocked. Can any one help me with this? Thank you so much. Topology: Computer 1<-->Computer 2(with firewall)<-->Computer 3 I am using computer 1 to access samba server on computer 3. My...
  8. C

    FreeBSD Snapshots iso's? When? Where

    All the information is on the website.
  9. C

    How to add a c file to the kernel

    Hi, everyone: I am new to FreeBSD kernel. Can anyone tell me how to add a c file to the kernel, not a new module? In user space, you can add your c file name to Makefile, but there seems too few Makefile in the kernel. I am working in netipsec and there seems no Makefile related to this...
  10. C

    path problem

    Thank you aavzz. Actually, I want to use ifconfig. Now, I am trying to copy the source code to kernel to make it working.
  11. C

    path problem

    Hi guys: Currently, I am compiling the FreeBSD 7.0 kernel. I make some modification in kernel, but I make some compile error: stdio.h no such file or directory. My source is #include <stdio.h> I found the stdio.h in /usr/include/stdio.h. Maybe, I forget to include some path. Can anyone...
Back
Top