• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Netzwerkprobleme mit VirtualBox am Gastsystem

Status
Für weitere Antworten geschlossen.
Ich hab Suse 11.2 als Hostsystem laufen darauf VirtualBox installiert. Ich wollte nun zu Testzwecken einen Mailserver (SMEServer) als Gastsystem aufsetzen. Das hat grundsätzlich auch ganz gut funtkioniert. Ich verwende Bridged Network und das Gastsystem ist auch in meinem Netzwerk pingbar. Ich kann aber nichts downloaden (wget...). Ich krieg immer ein Timeout. Ich hab auch schon versucht als Gast ein SUSE 11.2 zu installieren. Gleiches Verhalten. Ich kann zwar pingen, aber ich schaffe es nicht mal im FF google aufzurufen. Ich hab am Host die Firewall deaktiviert (hab ja eine am Router).
Ich kann vom Gast aus ein Netzlaufwerk mounten aber bei "ls" kommt nichts.
 
Hast Du Deinem Gast das richtige Gateway und mindestens einen korrekten DNS-Server gegeben? Kannst Du andere Rechner innerhalb Deines eigenen Subnetzes pingen vom Gast aus?
 
Das ist ja genau mein Problem. Ich kann alle Rechner innerhalb und außerhalb meines Netzwerkes pingen. Aber sobald es zu einem echtem Datenverkehr kommt passiert nichts mehr. Wie gesagt es ist mir schon gelungen ein Netzlaufwerk ohne Fehler zu mounten aber beim ersten "ls" auf das Laufwerk war funkstille. Ich hab über eine halbe Std. gewartet bis ich dann abgebrochen habe. Ich kann nicht einmal vom FF auf Google gehen. Auch da bekomme ich ein Timeout. Wenn ich über NAT gehe funktioniert alles ohne Probleme, nur hätte ich meinen Testmailserver halt gerne in meinem Netz.
 
Weil solche Probleme beim WLAN häufiger vorkommen.

OK. Dann erstmal die neuste Version 3.10 installieren. Und eventuell mal am Host und im Gast per Yast2 IPV6 abschalten.
 
Das funtioniert leider nicht. Wenn ich die Installation ausführe bekomme ich den Fehler "Aktion duch den Benutzer abgebrochen" obwohl ich sicher nichts abgebrochen habe.
 
Ich hab die Version 306 deinstalliert und versucht die VM neu zu starten da bekomme ich den Fehler, das das Kernelmodul nicht geladen ist und das ich den Befehl
Code:
'/etc/init.d/vboxdrv setup'
ausführen soll
im Log file steht dann das
Makefile:155: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR=<directory> and run Make again.
make KBUILD_VERBOSE=1 -C /usr/src/linux SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo; \
/bin/false)

ERROR: Kernel configuration is invalid.
include/linux/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.

mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*

WARNING: Symbol version dump /usr/src/linux-2.6.31.5-0.1/Module.symvers
is missing; modules will have no dependencies and modversions.

make -f scripts/Makefile.build obj=/tmp/vbox.0
/tmp/vbox.0/Makefile:155: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR=<directory> and run Make again.
gcc -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d -nostdinc -isystem /usr/lib64/gcc/x86_64-suse-linux/4.4/include -Iinclude -I/usr/src/linux-2.6.31.5-0.1/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -I/usr/src/linux/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DVBOX_WITH_HARDENING -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_AMD64 -DVBOX_WITH_64_BITS_GUESTS -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)" -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -c -o /tmp/vbox.0/linux/SUPDrv-linux.o /tmp/vbox.0/linux/SUPDrv-linux.c
cc1: error: include/linux/autoconf.h: No such file or directory
In file included from /tmp/vbox.0/include/VBox/types.h:34,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:39,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
/tmp/vbox.0/include/iprt/types.h:100:30: error: linux/autoconf.h: No such file or directory
In file included from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
/tmp/vbox.0/linux/../SUPDrvInternal.h:84:30: error: linux/version.h: No such file or directory
/tmp/vbox.0/linux/../SUPDrvInternal.h:91:8: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/linux/../SUPDrvInternal.h:91:29: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/linux/../SUPDrvInternal.h:91:43: error: missing binary operator before token "("
In file included from /usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/thread_info.h:22,
from include/linux/thread_info.h:56,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:50,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:102,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:115: error: 'CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:115: error: requested alignment is not a constant
In file included from /usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/thread_info.h:22,
from include/linux/thread_info.h:56,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:50,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:102,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:161:1: warning: "cache_line_size" redefined
In file included from /usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:28,
from /usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/thread_info.h:22,
from include/linux/thread_info.h:56,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:50,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:102,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/cache.h:64:1: warning: this is the location of the previous definition
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h: In function 'load_cr3':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:192: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:192: error: (Each undeclared identifier is reported only once
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:192: error: for each function it appears in.)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h: At top level:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:241: error: requested alignment is not a constant
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:272: error: requested alignment is not a constant
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h: In function 'wbinvd_halt':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/processor.h:777: error: implicit declaration of function 'halt'
In file included from /usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic.h:4,
from /usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/thread_info.h:24,
from include/linux/thread_info.h:56,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:50,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:102,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:201: warning: type defaults to 'int' in declaration of 'atomic64_t'
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:201: error: expected ';', ',' or ')' before '*' token
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:213: error: expected ')' before '*' token
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:225: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: In function 'atomic64_add':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:228: error: 'v' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:227: error: invalid lvalue in asm output 0
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:227: error: memory input 2 is not directly addressable
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:239: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: In function 'atomic64_sub':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:242: error: 'v' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:241: error: invalid lvalue in asm output 0
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:241: error: memory input 2 is not directly addressable
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:255: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: In function 'atomic64_sub_and_test':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:260: error: 'v' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:259: error: invalid lvalue in asm output 0
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:259: error: memory input 3 is not directly addressable
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:271: error: expected ')' before '*' token
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:284: error: expected ')' before '*' token
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:299: error: expected ')' before '*' token
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:317: error: expected ')' before '*' token
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:336: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: In function 'atomic64_add_negative':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:341: error: 'v' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:340: error: invalid lvalue in asm output 0
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:340: error: memory input 3 is not directly addressable
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:353: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: In function 'atomic64_add_return':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:357: error: 'v' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:356: error: invalid lvalue in asm output 1
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:356: error: memory input 3 is not directly addressable
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:362: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: In function 'atomic64_sub_return':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:364: error: 'v' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:364: error: too many arguments to function 'atomic64_add_return'
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:370: error: expected ')' before '*' token
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:375: error: expected ')' before '*' token
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/atomic_64.h:425: error: expected ')' before '*' token
In file included from include/linux/mmzone.h:16,
from include/linux/gfp.h:4,
from include/linux/slab.h:12,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:103,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/nodemask.h: In function '__first_node':
include/linux/nodemask.h:239: error: implicit declaration of function 'find_first_bit'
include/linux/nodemask.h: In function '__next_node':
include/linux/nodemask.h:245: error: implicit declaration of function 'find_next_bit'
include/linux/nodemask.h: In function '__first_unset_node':
include/linux/nodemask.h:263: error: implicit declaration of function 'find_first_zero_bit'
In file included from include/linux/gfp.h:4,
from include/linux/slab.h:12,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:103,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/mmzone.h:18:26: error: linux/bounds.h: No such file or directory
include/linux/mmzone.h:251:5: warning: "MAX_NR_ZONES" is not defined
include/linux/mmzone.h:253:7: warning: "MAX_NR_ZONES" is not defined
include/linux/mmzone.h:255:7: warning: "MAX_NR_ZONES" is not defined
In file included from include/linux/gfp.h:4,
from include/linux/slab.h:12,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:103,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/mmzone.h: At top level:
include/linux/mmzone.h:288: error: 'MAX_NR_ZONES' undeclared here (not in a function)
In file included from include/linux/tracepoint.h:18,
from include/trace/events/kmem.h:8,
from include/linux/kmemtrace.h:12,
from include/linux/slab_def.h:17,
from include/linux/slab.h:166,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:103,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/rcupdate.h:64:2: error: #error "Unknown RCU implementation specified to kernel configuration"
In file included from include/trace/events/kmem.h:8,
from include/linux/kmemtrace.h:12,
from include/linux/slab_def.h:17,
from include/linux/slab.h:166,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:103,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/tracepoint.h: In function 'tracepoint_synchronize_unregister':
include/linux/tracepoint.h:156: error: implicit declaration of function '__synchronize_sched'
In file included from include/linux/slab_def.h:144,
from include/linux/slab.h:166,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:103,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/kmalloc_sizes.h:5:5: warning: "CONFIG_X86_L1_CACHE_SHIFT" is not defined
include/linux/kmalloc_sizes.h:9:5: warning: "CONFIG_X86_L1_CACHE_SHIFT" is not defined
In file included from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
/tmp/vbox.0/linux/../SUPDrvInternal.h:104:8: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/linux/../SUPDrvInternal.h:104:30: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/linux/../SUPDrvInternal.h:104:44: error: missing binary operator before token "("
/tmp/vbox.0/linux/../SUPDrvInternal.h:107:34: error: asm/semaphore.h: No such file or directory
In file included from include/linux/ktime.h:25,
from include/linux/timer.h:5,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:109,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/jiffies.h:18:5: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:20:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:22:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:24:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:26:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:28:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:30:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:32:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:34:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:36:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:39:3: error: #error Invalid value of HZ.
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:46: warning: "SHIFT_HZ" is not defined
In file included from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
/tmp/vbox.0/linux/../SUPDrvInternal.h:191:7: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/linux/../SUPDrvInternal.h:191:28: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/linux/../SUPDrvInternal.h:191:42: error: missing binary operator before token "("
In file included from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:45:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:45:26: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:45:40: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:48:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:48:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:48:41: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:68:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:68:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:68:41: error: missing binary operator before token "("
In file included from include/linux/elf.h:7,
from include/linux/module.h:14,
from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:73,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/elf.h: In function 'start_ia32_thread':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/elf.h:165: error: implicit declaration of function 'load_gs_index'
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/elf.h: In function 'elf_common_init':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/elf.h:180: error: 'struct thread_struct' has no member named 'fs'
In file included from include/linux/module.h:22,
from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:73,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/module.h:68:2: error: #error unknown processor family
In file included from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:74:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:74:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:74:41: error: missing binary operator before token "("
In file included from include/linux/mm.h:14,
from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:80,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
include/linux/mm_types.h:27:5: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined
include/linux/mm_types.h:71:5: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined
In file included from include/linux/mm.h:39,
from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:80,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/pgtable.h: In function 'pmd_page_vaddr':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/pgtable.h:347: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/pgtable.h: In function 'pud_page_vaddr':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/pgtable.h:418: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/pgtable.h: In function 'pgd_page_vaddr':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/pgtable.h:463: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
In file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:80,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
include/linux/mm.h: In function 'virt_to_head_page':
include/linux/mm.h:329: error: implicit declaration of function '__pfn_to_page'
include/linux/mm.h:329: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
include/linux/mm.h:329: warning: initialization makes pointer from integer without a cast
In file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:80,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
include/linux/mm.h:465:63: warning: "NR_PAGEFLAGS" is not defined
include/linux/mm.h:513:62: warning: "NR_PAGEFLAGS" is not defined
In file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:80,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
include/linux/mm.h: In function 'lowmem_page_address':
include/linux/mm.h:603: error: implicit declaration of function '__page_to_pfn'
include/linux/mm.h:603: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
include/linux/mm.h:941:5: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined
In file included from include/linux/hardirq.h:10,
from include/linux/pagemap.h:15,
from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:81,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/hardirq.h: At top level:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/hardirq.h:29: error: requested alignment is not a constant
In file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:81,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
include/linux/pagemap.h: In function 'fault_in_pages_writeable':
include/linux/pagemap.h:399: error: implicit declaration of function '__copy_to_user_ll'
In file included from include/linux/sched.h:77,
from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:84,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
include/linux/proportions.h: In function 'prop_inc_percpu':
include/linux/proportions.h:75: error: implicit declaration of function 'local_irq_save'
include/linux/proportions.h:77: error: implicit declaration of function 'local_irq_restore'
In file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:84,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
include/linux/sched.h:381:5: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined
In file included from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:85:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:85:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:85:41: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:88:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:88:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:88:41: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:93:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:93:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:93:41: error: missing binary operator before token "("
In file included from include/linux/io.h:22,
from include/linux/pci.h:54,
from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:98,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/io.h: In function 'virt_to_phys':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/io.h:99: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/io.h: In function 'phys_to_virt':
/usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/io.h:117: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
In file included from include/linux/dma-mapping.h:7,
from include/asm-generic/pci-dma-compat.h:7,
from /usr/src/linux-2.6.31.5-0.1/arch/x86/include/asm/pci.h:129,
from include/linux/pci.h:1129,
from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:98,
from /tmp/vbox.0/linux/SUPDrv-linux.c:38:
include/linux/scatterlist.h: In function 'sg_set_buf':
include/linux/scatterlist.h:112: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
include/linux/scatterlist.h:112: warning: passing argument 2 of 'sg_set_page' makes pointer from integer without a cast
include/linux/scatterlist.h:85: note: expected 'struct page *' but argument is of type 'int'
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:116:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:116:26: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:116:40: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:129:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:129:26: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:129:40: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:170:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:170:26: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:170:40: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:224:6: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:224:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:224:41: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:231:6: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:231:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:231:41: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:269:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:269:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:269:41: error: missing binary operator before token "("
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:287:5: warning: "CONFIG_HZ" is not defined
/tmp/vbox.0/r0drv/linux/the-linux-kernel.h:289:9: warning: "CONFIG_HZ" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:52:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:52:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:52:41: error: missing binary operator before token "("
/tmp/vbox.0/linux/SUPDrv-linux.c:213:6: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:213:28: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:213:42: error: missing binary operator before token "("
/tmp/vbox.0/linux/SUPDrv-linux.c:364:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:364:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:364:41: error: missing binary operator before token "("
/tmp/vbox.0/linux/SUPDrv-linux.c: In function 'vboxdrvLinuxUid':
/tmp/vbox.0/linux/SUPDrv-linux.c:367: error: 'struct task_struct' has no member named 'uid'
/tmp/vbox.0/linux/SUPDrv-linux.c:373:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:373:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:373:41: error: missing binary operator before token "("
/tmp/vbox.0/linux/SUPDrv-linux.c: In function 'vboxdrvLinuxGid':
/tmp/vbox.0/linux/SUPDrv-linux.c:376: error: 'struct task_struct' has no member named 'gid'
/tmp/vbox.0/linux/SUPDrv-linux.c:382:5: warning: "LINUX_VERSION_CODE" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:382:27: warning: "KERNEL_VERSION" is not defined
/tmp/vbox.0/linux/SUPDrv-linux.c:382:41: error: missing binary operator before token "("
/tmp/vbox.0/linux/SUPDrv-linux.c: In function 'vboxdrvLinuxEuid':
/tmp/vbox.0/linux/SUPDrv-linux.c:385: error: 'struct task_struct' has no member named 'euid'
make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Error 1
make[1]: *** [_module_/tmp/vbox.0] Error 2
make: *** [vboxdrv] Error 2
 
nun bekomme ich folgende Meldung
Recompiling VirtualBox kernel module done
Starting VirtualBox kernel module failed
(modprobe vboxnetflt failed. Please use 'dmesg' to find out why)
dmseg liefert folgendes:
[ 0.892172] usb usb1: configuration #1 chosen from 1 choice
[ 0.892212] hub 1-0:1.0: USB hub found
[ 0.892218] hub 1-0:1.0: 6 ports detected
[ 0.892328] alloc irq_desc for 23 on node 0
[ 0.892335] alloc kstat_irqs on node 0
[ 0.892339] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.892348] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.892351] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.892359] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.896259] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.896264] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 0.896274] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf7dff800
[ 0.912019] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.912040] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.912044] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.912047] usb usb2: Product: EHCI Host Controller
[ 0.912050] usb usb2: Manufacturer: Linux 2.6.31.5-0.1-default ehci_hcd
[ 0.912052] usb usb2: SerialNumber: 0000:00:1d.7
[ 0.912142] usb usb2: configuration #1 chosen from 1 choice
[ 0.912178] hub 2-0:1.0: USB hub found
[ 0.912194] hub 2-0:1.0: 6 ports detected
[ 0.912299] alloc irq_desc for 19 on node 0
[ 0.912302] alloc kstat_irqs on node 0
[ 0.912313] ehci_hcd 0000:04:01.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 0.912322] ehci_hcd 0000:04:01.2: EHCI Host Controller
[ 0.912330] ehci_hcd 0000:04:01.2: new USB bus registered, assigned bus number 3
[ 0.912363] ehci_hcd 0000:04:01.2: irq 19, io mem 0xfebff800
[ 0.924019] ehci_hcd 0000:04:01.2: USB 2.0 started, EHCI 1.00
[ 0.924046] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.924050] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.924053] usb usb3: Product: EHCI Host Controller
[ 0.924056] usb usb3: Manufacturer: Linux 2.6.31.5-0.1-default ehci_hcd
[ 0.924059] usb usb3: SerialNumber: 0000:04:01.2
[ 0.924134] usb usb3: configuration #1 chosen from 1 choice
[ 0.924168] hub 3-0:1.0: USB hub found
[ 0.924176] hub 3-0:1.0: 4 ports detected
[ 0.924243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.924258] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.924340] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.924346] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.924349] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.924357] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 4
[ 0.924378] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
[ 0.924406] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.924409] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.924410] usb usb4: Product: UHCI Host Controller
[ 0.924412] usb usb4: Manufacturer: Linux 2.6.31.5-0.1-default uhci_hcd
[ 0.924414] usb usb4: SerialNumber: 0000:00:1a.0
[ 0.924461] usb usb4: configuration #1 chosen from 1 choice
[ 0.924482] hub 4-0:1.0: USB hub found
[ 0.924487] hub 4-0:1.0: 2 ports detected
[ 0.924578] alloc irq_desc for 21 on node 0
[ 0.924581] alloc kstat_irqs on node 0
[ 0.924587] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.924597] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.924600] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.924608] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 5
[ 0.924633] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
[ 0.924660] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.924662] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.924664] usb usb5: Product: UHCI Host Controller
[ 0.924666] usb usb5: Manufacturer: Linux 2.6.31.5-0.1-default uhci_hcd
[ 0.924668] usb usb5: SerialNumber: 0000:00:1a.1
[ 0.924714] usb usb5: configuration #1 chosen from 1 choice
[ 0.924738] hub 5-0:1.0: USB hub found
[ 0.924744] hub 5-0:1.0: 2 ports detected
[ 0.924834] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.924842] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 0.924850] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 0.924861] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 6
[ 0.924881] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
[ 0.924909] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.924911] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.924913] usb usb6: Product: UHCI Host Controller
[ 0.924915] usb usb6: Manufacturer: Linux 2.6.31.5-0.1-default uhci_hcd
[ 0.924916] usb usb6: SerialNumber: 0000:00:1a.2
[ 0.924962] usb usb6: configuration #1 chosen from 1 choice
[ 0.924982] hub 6-0:1.0: USB hub found
[ 0.924988] hub 6-0:1.0: 2 ports detected
[ 0.925079] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.925086] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.925095] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.925103] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 7
[ 0.925123] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
[ 0.925150] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.925152] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.925154] usb usb7: Product: UHCI Host Controller
[ 0.925156] usb usb7: Manufacturer: Linux 2.6.31.5-0.1-default uhci_hcd
[ 0.925157] usb usb7: SerialNumber: 0000:00:1d.0
[ 0.925204] usb usb7: configuration #1 chosen from 1 choice
[ 0.925225] hub 7-0:1.0: USB hub found
[ 0.925232] hub 7-0:1.0: 2 ports detected
[ 0.925322] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.925329] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.925339] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.925346] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 8
[ 0.925368] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
[ 0.925394] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.925397] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.925398] usb usb8: Product: UHCI Host Controller
[ 0.925400] usb usb8: Manufacturer: Linux 2.6.31.5-0.1-default uhci_hcd
[ 0.925402] usb usb8: SerialNumber: 0000:00:1d.1
[ 0.925448] usb usb8: configuration #1 chosen from 1 choice
[ 0.925469] hub 8-0:1.0: USB hub found
[ 0.925474] hub 8-0:1.0: 2 ports detected
[ 0.925564] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.925571] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.925579] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.925587] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 9
[ 0.925607] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
[ 0.925633] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.925635] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.925637] usb usb9: Product: UHCI Host Controller
[ 0.925639] usb usb9: Manufacturer: Linux 2.6.31.5-0.1-default uhci_hcd
[ 0.925640] usb usb9: SerialNumber: 0000:00:1d.2
[ 0.925686] usb usb9: configuration #1 chosen from 1 choice
[ 0.925708] hub 9-0:1.0: USB hub found
[ 0.925714] hub 9-0:1.0: 2 ports detected
[ 0.925810] uhci_hcd 0000:04:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.925823] uhci_hcd 0000:04:01.0: UHCI Host Controller
[ 0.925831] uhci_hcd 0000:04:01.0: new USB bus registered, assigned bus number 10
[ 0.925858] uhci_hcd 0000:04:01.0: irq 17, io base 0x0000e880
[ 0.925886] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.925888] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.925890] usb usb10: Product: UHCI Host Controller
[ 0.925891] usb usb10: Manufacturer: Linux 2.6.31.5-0.1-default uhci_hcd
[ 0.925893] usb usb10: SerialNumber: 0000:04:01.0
[ 0.925942] usb usb10: configuration #1 chosen from 1 choice
[ 0.925963] hub 10-0:1.0: USB hub found
[ 0.925969] hub 10-0:1.0: 2 ports detected
[ 0.926060] uhci_hcd 0000:04:01.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 0.926068] uhci_hcd 0000:04:01.1: UHCI Host Controller
[ 0.926081] uhci_hcd 0000:04:01.1: new USB bus registered, assigned bus number 11
[ 0.926101] uhci_hcd 0000:04:01.1: irq 18, io base 0x0000ec00
[ 0.926128] usb usb11: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.926130] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.926132] usb usb11: Product: UHCI Host Controller
[ 0.926134] usb usb11: Manufacturer: Linux 2.6.31.5-0.1-default uhci_hcd
[ 0.926135] usb usb11: SerialNumber: 0000:04:01.1
[ 0.926182] usb usb11: configuration #1 chosen from 1 choice
[ 0.926202] hub 11-0:1.0: USB hub found
[ 0.926208] hub 11-0:1.0: 2 ports detected
[ 0.926266] Initializing USB Mass Storage driver...
[ 0.926314] usbcore: registered new interface driver usb-storage
[ 0.926317] USB Mass Storage support registered.
[ 0.926353] usbcore: registered new interface driver libusual
[ 0.926364] usbcore: registered new interface driver ums-alauda
[ 0.926377] usbcore: registered new interface driver ums-cypress
[ 0.926388] usbcore: registered new interface driver ums-datafab
[ 0.926399] usbcore: registered new interface driver ums-freecom
[ 0.926410] usbcore: registered new interface driver ums-isd200
[ 0.926420] usbcore: registered new interface driver ums-jumpshot
[ 0.926430] usbcore: registered new interface driver ums-karma
[ 0.926441] usbcore: registered new interface driver ums-onetouch
[ 0.926452] usbcore: registered new interface driver ums-sddr09
[ 0.926463] usbcore: registered new interface driver ums-sddr55
[ 0.926475] usbcore: registered new interface driver ums-usbat
[ 0.926508] PNP: PS/2 Controller [PNP0303:pS2K] at 0x60,0x64 irq 1
[ 0.926509] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.926886] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.926969] mice: PS/2 mouse device common for all mice
[ 0.927079] rtc_cmos 00:03: RTC can wake from S4
[ 0.927109] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 0.927133] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.927146] cpuidle: using governor ladder
[ 0.927148] cpuidle: using governor menu
[ 0.927394] usbcore: registered new interface driver hiddev
[ 0.927414] usbcore: registered new interface driver usbhid
[ 0.927418] usbhid: v2.6:USB HID core driver
[ 0.945573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.006107] TCP cubic registered
[ 1.006187] NET: Registered protocol family 10
[ 1.006579] lo: Disabled Privacy Extensions
[ 1.006830] lib80211: common routines for IEEE802.11 drivers
[ 1.006832] lib80211_crypt: registered algorithm 'NULL'
[ 1.006912] PM: Checking image partition /dev/disk/by-id/ata-SAMSUNG_HD502IJ_S13TJ1DQ512396-part5
[ 1.202712] ata6: SATA link down (SStatus 0 SControl 300)
[ 1.202859] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.202886] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.260015] usb 2-3: new high speed USB device using ehci_hcd and address 2
[ 1.348045] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.356049] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.356147] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.356542] ata4.00: ATA-7: SAMSUNG HD502IJ, 1AA01112, max UDMA7
[ 1.356547] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.364429] ata4.00: configured for UDMA/133
[ 1.365350] ata5.00: ATA-7: Maxtor 6L250S0, BANC1G10, max UDMA/133
[ 1.365354] ata5.00: 490234752 sectors, multi 0: LBA48 NCQ (not used)
[ 1.372220] ata3.00: ATAPI: HP DVD Writer 1060d, KH22, max UDMA/100
[ 1.381198] ata5.00: configured for UDMA/133
[ 1.394067] usb 2-3: New USB device found, idVendor=058f, idProduct=6362
[ 1.394071] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.394074] usb 2-3: Product: Mass Storage Device
[ 1.394076] usb 2-3: Manufacturer: Generic
[ 1.394079] usb 2-3: SerialNumber: 058F312D81B1
[ 1.394161] usb 2-3: configuration #1 chosen from 1 choice
[ 1.394433] scsi6 : SCSI emulation for USB Mass Storage devices
[ 1.394581] usb-storage: device found at 2
[ 1.394583] usb-storage: waiting for device to settle before scanning
[ 1.404211] ata3.00: configured for UDMA/100
[ 1.406111] scsi 2:0:0:0: CD-ROM HP DVD Writer 1060d KH22 PQ: 0 ANSI: 5
[ 1.406309] scsi 3:0:0:0: Direct-Access ATA SAMSUNG HD502IJ 1AA0 PQ: 0 ANSI: 5
[ 1.406408] sd 3:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.406453] sd 3:0:0:0: [sda] Write Protect is off
[ 1.406455] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.406476] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.406480] scsi 4:0:0:0: Direct-Access ATA Maxtor 6L250S0 BANC PQ: 0 ANSI: 5
[ 1.406588] sda:
[ 1.406610] sd 4:0:0:0: [sdb] 490234752 512-byte logical blocks: (251 GB/233 GiB)
[ 1.406647] sd 4:0:0:0: [sdb] Write Protect is off
[ 1.406649] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.406669] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.406770] sdb: sda1 sda2 < sdb1
[ 1.423560] sd 4:0:0:0: [sdb] Attached SCSI disk
[ 1.432505] sda5 sda6 sda7 sda8 >
[ 1.459046] sd 3:0:0:0: [sda] Attached SCSI disk
[ 1.459052] PM: Resume from disk failed.
[ 1.459066] registered taskstats version 1
[ 1.459201] Magic number: 5:51:894
[ 1.459285] rtc_cmos 00:03: setting system clock to 2009-12-13 16:52:00 UTC (1260723120)
[ 1.459353] Freeing unused kernel memory: 1020k freed
[ 1.459610] Write protecting the kernel read-only data: 8916k
[ 1.486697] ACPI: SSDT 00000000cff8e0d0 00214 (v01 AMI CPU1PM 00000001 INTL 20060113)
[ 1.487023] processor LNXCPU:00: registered as cooling_device0
[ 1.487341] ACPI: SSDT 00000000cff8e2f0 00143 (v01 AMI CPU2PM 00000001 INTL 20060113)
[ 1.487638] processor LNXCPU:01: registered as cooling_device1
[ 1.487954] ACPI: SSDT 00000000cff8e440 00143 (v01 AMI CPU3PM 00000001 INTL 20060113)
[ 1.488263] processor LNXCPU:02: registered as cooling_device2
[ 1.488589] ACPI: SSDT 00000000cff8e590 00143 (v01 AMI CPU4PM 00000001 INTL 20060113)
[ 1.488898] processor LNXCPU:03: registered as cooling_device3
[ 1.496864] udev: starting version 146
[ 1.505527] usb 3-3: new high speed USB device using ehci_hcd and address 2
[ 1.636898] usb 3-3: New USB device found, idVendor=03f0, idProduct=7111
[ 1.636903] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.636907] usb 3-3: Product: Photosmart C5300 series
[ 1.636910] usb 3-3: Manufacturer: HP
[ 1.636912] usb 3-3: SerialNumber: MY87I261GB054V
[ 1.637034] usb 3-3: configuration #1 chosen from 1 choice
[ 1.637420] scsi7 : SCSI emulation for USB Mass Storage devices
[ 1.637481] usb-storage: device found at 2
[ 1.637483] usb-storage: waiting for device to settle before scanning
[ 1.830064] PM: Marking nosave pages: 000000000009f000 - 0000000000100000
[ 1.830069] PM: Marking nosave pages: 00000000cff80000 - 0000000100000000
[ 1.830571] PM: Basic memory bitmaps created
[ 1.846863] PM: Basic memory bitmaps freed
[ 1.904097] PM: Starting manual resume from disk
[ 1.904100] PM: Resume from partition 8:5
[ 1.904101] PM: Checking hibernation image.
[ 1.904270] PM: Resume from disk failed.
[ 1.969418] EXT4-fs (sda6): barriers enabled
[ 1.981547] kjournald2 starting: pid 292, dev sda6:8, commit interval 5 seconds
[ 1.981733] EXT4-fs (sda6): internal journal on sda6:8
[ 1.981739] EXT4-fs (sda6): delayed allocation enabled
[ 1.981743] EXT4-fs: file extents enabled
[ 1.982341] EXT4-fs: mballoc enabled
[ 1.982355] EXT4-fs (sda6): mounted filesystem with ordered data mode
[ 1.992038] usb 6-2: new low speed USB device using uhci_hcd and address 2
[ 2.172896] usb 6-2: New USB device found, idVendor=05fe, idProduct=0011
[ 2.172902] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.172905] usb 6-2: Product: PS2/USB Browser Combo Mouse
[ 2.172908] usb 6-2: Manufacturer: Cypress Sem
[ 2.173024] usb 6-2: configuration #1 chosen from 1 choice
[ 2.207152] input: Cypress Sem PS2/USB Browser Combo Mouse as /devices/pci0000:00/0000:00:1a.2/usb6/6-2/6-2:1.0/input/input1
[ 2.207238] generic-usb 0003:05FE:0011.0001: input,hidraw0: USB HID v1.00 Mouse [Cypress Sem PS2/USB Browser Combo Mouse] on usb-0000:00:1a.2-2/input0
[ 2.392946] scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 2.394199] scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 2.394805] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[ 2.395944] scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
[ 2.396548] sd 6:0:0:1: [sdd] Attached SCSI removable disk
[ 2.397887] scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 2.398431] sd 6:0:0:2: [sde] Attached SCSI removable disk
[ 2.399871] sd 6:0:0:3: [sdf] Attached SCSI removable disk
[ 2.399972] usb-storage: device scan complete
[ 2.444532] usb 11-2: new full speed USB device using uhci_hcd and address 2
[ 2.594940] usb 11-2: New USB device found, idVendor=0451, idProduct=2046
[ 2.594945] usb 11-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.595058] usb 11-2: configuration #1 chosen from 1 choice
[ 2.598007] hub 11-2:1.0: USB hub found
[ 2.599939] hub 11-2:1.0: 4 ports detected
[ 2.636570] scsi 7:0:0:0: Direct-Access HP Photosmart C5300 1.00 PQ: 0 ANSI: 5
[ 2.638042] sd 7:0:0:0: [sdg] Attached SCSI removable disk
[ 2.638240] usb-storage: device scan complete
[ 3.370780] preloadtrace: systemtap: 0.9.9/0.142, base: ffffffffa00b9000, memory: 50504+82024+44512+14000 data+text+ctx+net, probes: 44
[ 4.791085] udev: starting version 146
[ 4.837968] nvidia: module license 'NVIDIA' taints kernel.
[ 4.837972] Disabling lock debugging due to kernel taint
[ 4.868246] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 4.868381] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 4.957582] hda_codec: ALC883: BIOS auto-probing.
[ 4.957587] ALSA /usr/src/packages/BUILD/kernel-default-2.6.31.5/linux-2.6.31/sound/pci/hda/hda_codec.c:3881: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0)
[ 4.957591] ALSA /usr/src/packages/BUILD/kernel-default-2.6.31.5/linux-2.6.31/sound/pci/hda/hda_codec.c:3885: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.957594] ALSA /usr/src/packages/BUILD/kernel-default-2.6.31.5/linux-2.6.31/sound/pci/hda/hda_codec.c:3889: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 4.957598] ALSA /usr/src/packages/BUILD/kernel-default-2.6.31.5/linux-2.6.31/sound/pci/hda/hda_codec.c:3890: mono: mono_out=0x0
[ 4.957600] ALSA /usr/src/packages/BUILD/kernel-default-2.6.31.5/linux-2.6.31/sound/pci/hda/hda_codec.c:3893: dig-out=0x1e/0x0
[ 4.957603] ALSA /usr/src/packages/BUILD/kernel-default-2.6.31.5/linux-2.6.31/sound/pci/hda/hda_codec.c:3901: inputs: mic=0x18, fmic=0x19, line=0x1a, fline=0x0, cd=0x0, aux=0x0
[ 4.958869] ALSA /usr/src/packages/BUILD/kernel-default-2.6.31.5/linux-2.6.31/sound/pci/hda/patch_realtek.c:1282: realtek: No valid SSID, checking pincfg 0x4015e601 for NID 0x1d
[ 4.958872] ALSA /usr/src/packages/BUILD/kernel-default-2.6.31.5/linux-2.6.31/sound/pci/hda/patch_realtek.c:1298: realtek: Enabling init ASM_ID=0xe601 CODEC_ID=10ec0883
[ 4.958923] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input2
[ 5.093563] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 5.093612] ACPI: Power Button [PWRF]
[ 5.093706] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[ 5.093731] ACPI: Power Button [PWRB]
[ 5.099380] Floppy drive(s): fd0 is 1.44M
[ 5.120977] FDC 0 is a post-1991 82077
[ 5.147567] Linux video capture interface: v2.00
[ 5.152155] saa7146: register extension 'budget_av'.
[ 5.153703] budget_av 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.153761] IRQ 16/: IRQF_DISABLED is not guaranteed on shared IRQs
[ 5.153772] saa7146: found saa7146 @ mem ffffc900110fcc00 (revision 1, irq 16) (0x153b,0x1176).
[ 5.153777] saa7146 (0): dma buffer size 192512
[ 5.153780] DVB: registering new adapter (Terratec Cinergy 1200 DVB-C MK3)
[ 5.154251] scsi 2:0:0:0: Attached scsi generic sg0 type 5
[ 5.154284] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 5.154314] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 5.154344] sd 6:0:0:0: Attached scsi generic sg3 type 0
[ 5.154371] sd 6:0:0:1: Attached scsi generic sg4 type 0
[ 5.154400] sd 6:0:0:2: Attached scsi generic sg5 type 0
[ 5.154426] sd 6:0:0:3: Attached scsi generic sg6 type 0
[ 5.154457] sd 7:0:0:0: Attached scsi generic sg7 type 0
[ 5.154613] iTCO_vendor_support: vendor-support=0
[ 5.154913] atl1 0000:01:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 5.154921] atl1 0000:01:00.0: setting latency timer to 64
[ 5.154952] atl1 0000:01:00.0: version 2.1.3
[ 5.158580] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 5.158674] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
[ 5.158739] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 5.162582] nvidia 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.162592] nvidia 0000:03:00.0: setting latency timer to 64
[ 5.162783] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 190.42 Tue Oct 20 20:25:42 PDT 2009
[ 5.163545] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 5.163549] Uniform CD-ROM driver Revision: 3.20
[ 5.163659] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 5.166411] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 5.166698] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 5.166703] ACPI: I/O resource 0000:00:1f.3 [0x400-0x41f] conflicts with ACPI region SMRG [0x400-0x40f]
[ 5.166716] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 5.166748] pata_jmicron 0000:02:00.1: enabling device (0000 -> 0001)
[ 5.166754] pata_jmicron 0000:02:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 5.166793] pata_jmicron 0000:02:00.1: setting latency timer to 64
[ 5.166925] scsi8 : pata_jmicron
[ 5.167029] scsi9 : pata_jmicron
[ 5.167932] ata7: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
[ 5.167936] ata8: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
[ 5.193413] adapter failed MAC signature check
[ 5.193416] encoded MAC from EEPROM was ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff
[ 5.204888] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x7111
[ 5.204909] usbcore: registered new interface driver usblp
[ 5.349225] ata7.00: ATA-5: MAXTOR 6L040J2, A93.0500, max UDMA/133
[ 5.349230] ata7.00: 78177792 sectors, multi 0: LBA
[ 5.349260] ata7.01: ATAPI: HL-DT-STDVD-ROM GDR8164B, 0L06, max UDMA/33
[ 5.349282] ata7.00: limited to UDMA/33 due to 40-wire cable
[ 5.362269] ata7.00: configured for UDMA/33
[ 5.378069] ata7.01: configured for UDMA/33
[ 5.380759] scsi 8:0:0:0: Direct-Access ATA MAXTOR 6L040J2 A93. PQ: 0 ANSI: 5
[ 5.380910] sd 8:0:0:0: Attached scsi generic sg8 type 0
[ 5.382822] sd 8:0:0:0: [sdh] 78177792 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 5.384504] scsi 8:0:1:0: CD-ROM HL-DT-ST DVD-ROM GDR8164B 0L06 PQ: 0 ANSI: 5
[ 5.391303] sd 8:0:0:0: [sdh] Write Protect is off
[ 5.391306] sd 8:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[ 5.392972] sr1: scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda tray
[ 5.392989] sd 8:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.393110] sr 8:0:1:0: Attached scsi CD-ROM sr1
[ 5.393158] sdh:
[ 5.393161] sr 8:0:1:0: Attached scsi generic sg9 type 5
[ 5.394613] sdh1
[ 5.394899] sd 8:0:0:0: [sdh] Attached SCSI disk
[ 5.464433] KNC1-0: MAC addr = 00:0a:ac:11:31:ee
[ 5.572897] Uniform Multi-Platform E-IDE driver
[ 5.677025] DVB: registering adapter 0 frontend 0 (Philips TDA10023 DVB-C)...
[ 5.677222] budget-av: ci interface initialised.
[ 5.677535] ohci1394 0000:04:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.734683] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16] MMIO=[febff000-febff7ff] Max Packet=[2048] IR/IT contexts=[4/8]
[ 5.862770] Adding 2104472k swap on /dev/sda5. Priority:-1 extents:1 across:2104472k
[ 6.272317] device-mapper: uevent: version 1.0.3
[ 6.272602] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[ 6.862513] loop: module loaded
[ 6.880706] kjournald starting. Commit interval 15 seconds
[ 6.881017] EXT3 FS on sda8, internal journal
[ 6.881034] EXT3-fs: mounted filesystem with ordered data mode.
[ 6.884459] kjournald starting. Commit interval 15 seconds
[ 6.884632] EXT3 FS on sdb1, internal journal
[ 6.884636] EXT3-fs: mounted filesystem with ordered data mode.
[ 6.895281] EXT4-fs (sda7): barriers enabled
[ 6.908432] kjournald2 starting: pid 841, dev sda7:8, commit interval 5 seconds
[ 6.908659] EXT4-fs (sda7): internal journal on sda7:8
[ 6.908662] EXT4-fs (sda7): delayed allocation enabled
[ 6.908665] EXT4-fs: file extents enabled
[ 6.908947] EXT4-fs: mballoc enabled
[ 6.908960] EXT4-fs (sda7): mounted filesystem with ordered data mode
[ 7.014000] ieee1394: Host added: ID:BUS[0-00:1023] GUID[001e8c0000130ab2]
[ 7.014235] fuse init (API version 7.12)
[ 9.720416] vboxadd: VirtualBox Guest PCI device not found.
[ 12.830955] alloc irq_desc for 27 on node 0
[ 12.830960] alloc kstat_irqs on node 0
[ 12.831083] atl1 0000:01:00.0: irq 27 for MSI/MSI-X
[ 12.832060] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.883532] NET: Registered protocol family 17
[ 13.148469] atl1 0000:01:00.0: eth0 link is up 100 Mbps full duplex
[ 13.148876] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 15.086418] atl1 0000:01:00.0: irq 27 for MSI/MSI-X
[ 15.086478] atl1 0000:01:00.0: eth0 link is up 100 Mbps full duplex
[ 15.088383] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 19.606264] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[ 19.606269] vboxdrv: Successfully done.
[ 19.606272] vboxdrv: Found 4 processor cores.
[ 19.606366] VBoxDrv: dbg - g_abExecMemory=ffffffffa0cd0820
[ 19.606443] vboxdrv: fAsync=0 offMin=0x320 offMax=0x3386
[ 19.606514] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 19.606521] vboxdrv: Successfully loaded version 3.1.0 (interface 0x00100001).
[ 19.815326] vboxadd: exports duplicate symbol AssertMsg2 (owned by vboxdrv)
[ 19.989730] RPC: Registered udp transport module.
[ 19.989739] RPC: Registered tcp transport module.
[ 20.005511] Slow work thread pool: Starting up
[ 20.005820] Slow work thread pool: Ready
[ 20.005870] FS-Cache: Loaded
[ 20.019010] FS-Cache: Netfs 'nfs' registered for caching
[ 21.329593] BIOS EDD facility v0.16 2004-Jun-25, 3 devices found
[ 22.804864] bootsplash: status on console 0 changed to on
[ 495.527963] warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
[ 2335.263032] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[ 2335.263037] vboxdrv: Successfully done.
[ 2335.263040] vboxdrv: Found 4 processor cores.
[ 2335.263139] VBoxDrv: dbg - g_abExecMemory=ffffffffa0f8f820
[ 2335.263211] vboxdrv: fAsync=0 offMin=0x316 offMax=0x2774
[ 2335.263275] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 2335.263281] vboxdrv: Successfully loaded version 3.1.0 (interface 0x00100001).
[ 2335.470961] vboxadd: exports duplicate symbol AssertMsg2 (owned by vboxdrv)

Nur wirklich etwas anfangen damit kann ich leider nicht
 
gottfried@lnx-hauer:~> rpm -qa | grep make
make-3.81-130.2.x86_64
gottfried@lnx-hauer:~> rpm -qa | grep gcc
gcc-c++-4.4-4.2.x86_64
libgcc44-4.4.1_20090817-2.3.4.x86_64
libgcc44-32bit-4.4.1_20090817-2.3.4.x86_64
gcc44-c++-4.4.1_20090817-2.3.4.x86_64
gcc-4.4-4.2.x86_64
gcc44-4.4.1_20090817-2.3.4.x86_64
gottfried@lnx-hauer:~> rpm -qa | grep kernel
kernel-debug-devel-2.6.31.5-0.1.1.x86_64
kernel-firmware-20090821-4.1.noarch
kernel-source-2.6.31.5-0.1.1.noarch
kernel-xen-devel-2.6.31.5-0.1.1.x86_64
kernel-default-devel-2.6.31.5-0.1.1.x86_64
kernel-desktop-2.6.31.5-0.1.1.x86_64
kernel-desktop-devel-2.6.31.5-0.1.1.x86_64
kernel-pae-devel-2.6.31.5-0.1.1.i586
linux-kernel-headers-2.6.31-3.4.noarch
kernel-syms-2.6.31.5-0.1.1.x86_64
kernel-default-2.6.31.5-0.1.1.x86_64
 
Nein, ich will nur einen Desktop mit VirtualBox das funktioniert. Wenn du mir sagen kannst was ich deinsatllieren kann
 
Ich hab das problem gefunden!!!!!!
Ich hatte meine Netzwerkverbindung auf ifup. Mit Netzwerkmanager funtkionierts auch im bridged modus
 
Status
Für weitere Antworten geschlossen.
Oben