xmm1989218 / netmap

Automatically exported from code.google.com/p/netmap
0 stars 0 forks source link

there is no /dev/netmap device after compile netmap successfully #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clone the project by run "git clone git@github.com:ppLorins/netmap.git"

2. download a corresponding kernel src from kernel.org , here it is : 
https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/linux-2.6.32.67.ta
r.xz

3. unpack it to /usr/src/linux-2.6.32.67

4. return to netmap directory , cd LINUX , run "make 
KSRC=/usr/src/linux-2.6.32.67" and "make KSRC=/usr/src/linux-2.6.32.67 apps"

What is the expected output? What do you see instead?

 there is no /dev/netmap found under my system, and will cause error "cannot open /dev/netmap eth0^" when run app "./bridge -i netmap:eth0"

expect : /dev/netmap exists

What version of the product are you using? On what operating system?

CentOS 6.6 kervel version:

Please provide any additional information below.

Original issue reported on code.google.com by ppLor...@gmail.com on 13 Jul 2015 at 12:21

GoogleCodeExporter commented 9 years ago
kernel version :2.6.32-504.23.4.el6.i686

Original comment by ppLor...@gmail.com on 13 Jul 2015 at 12:23

GoogleCodeExporter commented 9 years ago
Do you load the netmap module in your system?
(sudo insmod netmap.ko)

Original comment by stefanog...@gmail.com on 14 Jul 2015 at 12:15