azunite / netmap

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

Run Netmap in a Fedora VM running in VirtualBox #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install Fedora 20
2. install VirtualBox
3. create a VirtualBox Fedora20 VM with 3 vNICs e1000 (Virtual Box vNIC Intel 
PRO/1000 T Server(82543GC), install Xen and try install Netmap from git.
4. install Netmap:
- cd netmap-release/LINUX
- ./configure
- make
Until now, every works well.

What is the expected output? What do you see instead?
I need to load new e1000 driver with "rmmod 1000" and insmod "./e1000/e1000.ko" 
command, but I receive this error:

insmod: ERROR: could not insert module ./e1000/e1000.ko: Unknown symbol in 
module

and dmesg

e1000: Unknown symbol netmap_enable_all_rings (err 0)
e1000: Unknown symbol netmap_reset (err 0)
e1000: Unknown symbol netmap_disable_all_rings (err 0)
e1000: Unknown symbol netmap_detach (err 0)
e1000: Unknown symbol netmap_ring_reinit (err 0)
e1000: Unknown symbol netmap_no_pendintr (err 0)
e1000: Unknown symbol nm_rxsync_prologue (err 0)
e1000: Unknown symbol netmap_rx_irq (err 0)
e1000: Unknown symbol netmap_attach (err 0)

What version of the product are you using? On what operating system?
Fedora20, kernel 3.17.4-200.fc20.x86_64

ethtool -i p2p1
driver:e1000
version: 7.3.21-k8-NAPI

Original issue reported on code.google.com by emerson....@gmail.com on 12 Dec 2014 at 5:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi,

You try:

rmmod e1000
insmod ./netmap.ko
insmod ./e1000/e1000.ko

Original comment by sandra.p...@gmail.com on 20 Apr 2015 at 8:57