From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422666AbWBILAT (ORCPT ); Thu, 9 Feb 2006 06:00:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422883AbWBILAS (ORCPT ); Thu, 9 Feb 2006 06:00:18 -0500 Received: from vls08.wavecon.de ([193.239.104.30]:58753 "EHLO vls08.wavecon.de") by vger.kernel.org with ESMTP id S1422666AbWBILAQ (ORCPT ); Thu, 9 Feb 2006 06:00:16 -0500 Message-ID: <43EB20B1.7070808@roessner-net.com> Date: Thu, 09 Feb 2006 12:00:01 +0100 From: Christian Roessner User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: Bug in saa7134/tuner (Pinnacle MediaCenter 300i) X-Enigmail-Version: 0.94.0.0 OpenPGP: id=6B929997 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello, [1.] One line summary of the problem: saa7134 and tuner modules / Problem with Pinnacle MediaCenter 300i [2.] Full description of the problem/report: After starting the computer, I do a modprobe saa7134. These are the options from /etc/modprobe.conf: options tuner no_autodetect=33 options saa7134 card=50 tuner=33 (Autodetection for card= works, but I set it anyways. Tuner autodetection seems to be broken) dmesg output: Linux video capture interface: v1.00 saa7130/34: v4l2 driver version 0.2.14 loaded ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 19 ACPI: PCI Interrupt 0000:02:0a.0[A] -> Link [LNKA] -> GSI 19 (level, low) -> IRQ 17 saa7134[0]: found at 0000:02:0a.0, rev: 1, irq: 17, latency: 64, mmio: 0xfeaff800 saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,insmod option] saa7134[0]: board init: gpio is c806000 saa7134[0]: i2c eeprom 00: bd 11 2d 00 f8 f8 1c 00 43 43 a9 1c 55 d2 b2 92 saa7134[0]: i2c eeprom 10: 00 f0 04 04 ff 20 ff ff ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 20: 01 40 01 02 03 ff 03 01 08 ff 00 25 ff ff ff ff saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 40: ff 16 00 c0 86 3c 01 01 ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 60: 0c 22 17 44 03 27 36 95 ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 70: 00 30 8d 18 cc d8 ff ff f4 b8 ff ff ff ff ff ff tuner 2-0043: chip found @ 0x86 (saa7134[0]) tuner 2-0043: microtune: companycode=e0e0 part=e0 rev=e0 tuner 2-0043: microtune unknown found, not (yet?) supported, sorry :-/ saa7134[0]/irq[10,4297703459]: r=0x20 s=0x00 PE saa7134[0]/irq: looping -- clearing PE (parity error!) enable bit saa7134[0]: registered device video0 [v4l2] saa7134[0]: registered device vbi0 As you can see, the tuner does not work. I do a rmmod tuner and a rmmod saa7134 and do a modprobe saa7134 again: dmesg output: saa7130/34: v4l2 driver version 0.2.14 loaded ACPI: PCI Interrupt 0000:02:0a.0[A] -> Link [LNKA] -> GSI 19 (level, low) -> IRQ 17 saa7134[0]: found at 0000:02:0a.0, rev: 1, irq: 17, latency: 64, mmio: 0xfeaff800 saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,insmod option] saa7134[0]: board init: gpio is c806000 tda9887 2-0043: chip found @ 0x86 (saa7134[0]) saa7134[0]: i2c eeprom 00: bd 11 2d 00 f8 f8 1c 00 43 43 a9 1c 55 d2 b2 92 saa7134[0]: i2c eeprom 10: 00 f0 04 04 ff 20 ff ff ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 20: 01 40 01 02 03 ff 03 01 08 ff 00 25 ff ff ff ff saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 40: ff 16 00 c0 86 3c 01 01 ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 60: 0c 22 17 44 03 27 36 95 ff ff ff ff ff ff ff ff saa7134[0]: i2c eeprom 70: 00 30 8d 18 cc d8 ff ff f4 b8 ff ff ff ff ff ff tuner 2-0060: chip found @ 0xc0 (saa7134[0]) tuner 2-0060: microtune: companycode=3cbf part=42 rev=83 tuner 2-0060: microtune MT2050 found, OK saa7134[0]/irq[10,4298210983]: r=0x20 s=0x00 PE saa7134[0]/irq: looping -- clearing PE (parity error!) enable bit saa7134[0]: registered device video0 [v4l2] saa7134[0]: registered device vbi0 After that the card is working. So something goes wrong with detection. One funny thing: If repeating steps from above, the rev= line changes: See: tuner 2-0060: microtune: companycode=3cbf part=42 rev=88 [3.] Keywords (i.e., modules, networking, kernel): saa7134; Multimedia [4.] Kernel version (from /proc/version): Linux version 2.6.15-suspend2-r5 (root@amd64) (gcc-Version 4.0.2 (Gentoo 4.0.2-r3, pie-8.7.8)) #5 PREEMPT Wed Feb 8 17:59:21 CET 2006 Same with vanilla-sources (2.6.15.3) and 2.6.16_rc2-git [5.] Most recent kernel version which did not have the bug: I am not sure, but I think it was version 2.6.14.x [6.] Output of Oops.. message (if applicable) with symbolic information resolved (see Documentation/oops-tracing.txt) No Oopses [7.] A small shell script or example program which triggers the problem (if possible) Only the modprobe/rmmod stuff from above [8.] Environment Gentoo Base System version 1.12.0_pre15 Portage 2.1_pre4-r1 (default-linux/amd64/2005.1, gcc-4.0.2, glibc-2.3.6-r2, 2.6.15-suspend2-r5 x86_64) ================================================================= System uname: 2.6.15-suspend2-r5 x86_64 AMD Athlon(tm) 64 Processor 3200+ ccache version 2.4 [enabled] dev-lang/python: 2.4.2-r1 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1-r1 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r3 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="" ALSA_CARDS="intel8x0 emu10k1" ANT_HOME="/usr/share/ant-core" ARCH="amd64" AUTOCLEAN="yes" BASH_ENV="/etc/spork/is/not/valid/profile.env" CBUILD="x86_64-pc-linux-gnu" CCACHE_SIZE="5G" CDEFINE_amd64="__x86_64__" CDEFINE_x86="__i386__" CFLAGS="-O2 -march=athlon64 -pipe" CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" CHOST="x86_64-pc-linux-gnu" CHOST_amd64="x86_64-pc-linux-gnu" CHOST_x86="i686-pc-linux-gnu" CLASSPATH="." CLEAN_DELAY="5" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/bind /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d" CVS_RSH="ssh" CXXFLAGS="-O2 -march=athlon64 -pipe" DCCC_PATH="/usr/lib/distcc/bin" DEFAULT_ABI="amd64" DISPLAY=":0.0" DISTCC_LOG="" DISTCC_VERBOSE="0" DISTDIR="/usr/portage/distfiles" EDITOR="/usr/bin/vim" ELIBC="glibc" EMERGE_WARNING_DELAY="10" FEATURES="autoconfig ccache digest distlocks prelink sandbox sfperms strict" FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp --no-check-certificate ${URI} -P ${DISTDIR}" FLTK_DOCDIR="/usr/share/doc/fltk-1.1.7/html" FRITZCAPI_CARDS="fcusb2" GCC_SPECS="" GDK_USE_XFT="1" GDM_LANG="de_DE.utf8" GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://gentoo.inode.at/source/ ftp://ftp.easynet.nl/mirror/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo" GUILE_LOAD_PATH="/usr/share/guile/1.6" G_BROKEN_FILENAMES="1" HISTCONTROL="ignoredups:erasedups" HOME="/root" HOSTNAME="amd64" INFOPATH="/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.0.2/info" INPUT_DEVICES="evdev keyboard mouse " JAVAC="/opt/blackdown-jdk-1.4.2.03/bin/javac" JAVA_HOME="/opt/blackdown-jdk-1.4.2.03" JDK_HOME="/opt/blackdown-jdk-1.4.2.03" KERNEL="linux" LADSPA_PATH="/usr/lib64/ladspa" LANG="de_DE.utf8" LC_ALL="de_DE.utf8" LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib" LESS="-R -M --shift 5" LESSCHARSET="utf-8" LESSOPEN="|lesspipe.sh %s" LIBDIR_amd64="lib64" LIBDIR_x86="lib32" LINGUAS="de" LOGNAME="root" LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.qt=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.flac=01;35:*.mp3=01;35:* .mpc=00;36:*.ogg=00;36:*.wav=00;36:*.mid=00;36:*.midi=00;36:*.au=00;36:*.flac=00;36:*.aac=00;36:" MAKEOPTS="-j3" MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.0.2/man::/opt/blackdown-jdk-1.4.2.03/man" MULTILIB_ABIS="x86 amd64" MULTILIB_STRICT_DENY="64-bit.*shared object" MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" OPENGL_PROFILE="nvidia" PAGER="/usr/bin/less" PATH="/root/bin:/usr/lib/ccache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.0.2:/opt/Acrobat7:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin" PKGDIR="/usr/portage/packages" PORTAGE_ARCHLIST="ppc s390 amd64 ppc64 m68k arm sparc sh mips ia64 alpha ppc-macos hppa x86" PORTAGE_BINHOST_CHUNKSIZE="3000" PORTAGE_CALLER="emerge" PORTAGE_ELOG_CLASSES="info warn error log" PORTAGE_ELOG_MAILURI="root@localhost localhost" PORTAGE_ELOG_SYSTEM="save mail" PORTAGE_GID="250" PORTAGE_MASTER_PID="15131" PORTAGE_TMPDIR="/var/tmp" PORTAGE_TMPFS="/dev/shm" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/overlays/portage" PRELINK_PATH="" PRELINK_PATH_MASK="/usr/lib/gstreamer-0.8:/lib/modules:/usr/lib64/locale:/usr/lib64/wine:/usr/lib64/valgrind:*.la:*.png:*.py:*.pl:*.pm:*.sh:*.xml:*.xslt:*.a:*.js:/usr/lib/klibc" PWD="/root" PYTHONDOCS="/usr/share/doc/python-docs-2.4.2/html" PYTHONPATH="/usr/lib/portage/pym" QTDIR="/emul/linux/x86/usr/qt/2:/emul/linux/x86/usr/qt/3" RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp --no-check-certificate ${URI} -P ${DISTDIR}" RPMDIR="/usr/portage/rpm" RSYNC_RETRIES="3" RSYNC_TIMEOUT="180" SANE_CONFIG_DIR="/etc/sane.d" SHELL="/bin/bash" SHLVL="1" SYMLINK_LIB="yes" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" TERM="xterm" USE="amd64 X X509 a52 aac aalib acl acpi acpi4linux activefilter alsa apache2 avi bash-completion bcmath berkdb bigger-fonts bitmap-fonts bluetooth browserplugin bzip2 bzlib cairo caps cddb cdparanoia cdr chroot client codecs crypt cscope css ctype cups dbm dbus dga dhcp directfb dlloader doc dri dts dvd dvdr dvdread dxr3 eds emboss encode esd exif expat extensions faac faad fame fax faxonly fbcon fbsplash ffmpeg firefox flac font-server foomaticdb freetype fuse gd gdbm gif gimp gimpprint glitz glut gmp gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal hbci howl icq icu idn imagemagick imap imlib ipv6 javascript jbig jpeg jpeg2k lcd lcms ldap libcaca libclamav lirc lm_sensors logrotate lzo lzw lzw-tiff mad maildir mailwrapper mbox mcal md5sum mikmod mime mjpeg mng motif mp3 mpeg mpeg4 mppe-mppc mysql nautilus ncurses network nls no-old-linux nptl nptlonly nsplugin ntfs nvidia ogg oggvorbis opengl oss pam password pcntl pdflib perl php pic png pnp posix postgres ppds python quicktime readline rtc ruby samba scanner sdl session sftplogging slang snmp sockets sox speex spell sqlite ssl subversion svg symlink tcltk tcpd tetex theora threads tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb userlocales vcd vim-with-x vorbis wma wmf wxwindows xine xml2 xmms xpm xprint xrandr xscreensaver xsl xv xvid zlib elibc_glibc fritzcapi_cards_fcusb2 input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux linguas_de userland_GNU video_cards_apm video_cards_v4l video_cards_nvidia video_cards_nv" USER="root" USERLAND="GNU" USE_EXPAND="DVB_CARDS ELIBC FCDSL_CARDS FRITZCAPI_CARDS INPUT_DEVICES KERNEL LINGUAS USERLAND VIDEO_CARDS" USE_EXPAND_HIDDEN="" USE_ORDER="env:pkg:conf:defaults" VIDEO_CARDS="apm v4l nvidia nv" XARGS="xargs -r" XAUTHORITY="/root/.xauthVRSTJs" _="/usr/bin/emerge" [8.1.] Software (add the output of the ver_linux script here) If some fields are empty or look unusual you may have an old version. Compare to the current minimal requirements in Documentation/Changes. Linux amd64 2.6.15-suspend2-r5 #5 PREEMPT Wed Feb 8 17:59:21 CET 2006 x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux Gnu C 4.0.2 Gnu make 3.80 binutils 2.16.1 util-linux 2.12r mount 2.12r module-init-tools 3.2.2 e2fsprogs 1.38 reiserfsprogs line reiser4progs line PPP 2.4.3 nfs-utils 1.0.7 Linux C Library 2.3.6 Dynamic linker (ldd) 2.3.6 Procps 3.2.6 Net-tools 1.60 Kbd 1.12 Sh-utils 5.93 udev 084 Modules Loaded tuner saa7134 tda9887 video_buf v4l2_common v4l1_compat ir_kbd_i2c ir_common videodev snd_seq_midi snd_emu10k1_synth snd_emux_synth snd_seq_virmidi snd_seq_midi_emul snd_seq_oss snd_seq_midi_event snd_seq snd_pcm_oss snd_mixer_oss b1pci b1dma b1 capi capifs kernelcapi snd_emu10k1 snd_rawmidi snd_ac97_codec snd_ac97_bus snd_pcm snd_seq_device snd_timer snd_page_alloc snd_util_mem snd_hwdep snd soundcore 8250_pnp 8250 serial_core forcedeth 8139too mii nvidia eth1394 [8.2.] Processor information (from /proc/cpuinfo): processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 4 model name : AMD Athlon(tm) 64 Processor 3200+ stepping : 8 cpu MHz : 803.924 cache size : 1024 KB fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext lm 3dnowext 3dnow bogomips : 1608.88 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp [8.3.] Module information (from /proc/modules): tuner 39396 0 - Live 0xffffffff885e0000 saa7134 114216 0 - Live 0xffffffff885c3000 tda9887 14800 0 - Live 0xffffffff885eb000 video_buf 18244 1 saa7134, Live 0xffffffff885bd000 v4l2_common 6400 1 saa7134, Live 0xffffffff885ba000 v4l1_compat 11140 1 saa7134, Live 0xffffffff885b6000 ir_kbd_i2c 7436 1 saa7134, Live 0xffffffff885b3000 ir_common 8708 2 saa7134,ir_kbd_i2c, Live 0xffffffff885af000 videodev 9280 1 saa7134, Live 0xffffffff885ab000 snd_seq_midi 6976 0 - Live 0xffffffff885a8000 snd_emu10k1_synth 6656 0 - Live 0xffffffff885a5000 snd_emux_synth 33920 1 snd_emu10k1_synth, Live 0xffffffff8859b000 snd_seq_virmidi 6144 1 snd_emux_synth, Live 0xffffffff88598000 snd_seq_midi_emul 5696 1 snd_emux_synth, Live 0xffffffff88595000 snd_seq_oss 30948 0 - Live 0xffffffff8858c000 snd_seq_midi_event 6656 3 snd_seq_midi,snd_seq_virmidi,snd_seq_oss, Live 0xffffffff88589000 snd_seq 49240 8 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_oss,snd_seq_midi_event, Live 0xffffffff8857b000 snd_pcm_oss 39008 0 - Live 0xffffffff88570000 snd_mixer_oss 15232 1 snd_pcm_oss, Live 0xffffffff8856b000 b1pci 7360 1 - Live 0xffffffff88566000 b1dma 13636 1 b1pci, Live 0xffffffff88561000 b1 22784 2 b1pci,b1dma, Live 0xffffffff8855a000 capi 14640 4 - Live 0xffffffff88555000 capifs 4752 2 capi, Live 0xffffffff88552000 kernelcapi 46112 4 b1pci,b1dma,b1,capi, Live 0xffffffff88545000 snd_emu10k1 112196 2 snd_emu10k1_synth, Live 0xffffffff88528000 snd_rawmidi 21920 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1, Live 0xffffffff88521000 snd_ac97_codec 98428 1 snd_emu10k1, Live 0xffffffff88507000 snd_ac97_bus 2432 1 snd_ac97_codec, Live 0xffffffff88505000 snd_pcm 81932 3 snd_pcm_oss,snd_emu10k1,snd_ac97_codec, Live 0xffffffff884ef000 snd_seq_device 7824 7 snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi, Live 0xffffffff884ec000 snd_timer 21256 3 snd_seq,snd_emu10k1,snd_pcm, Live 0xffffffff884e5000 snd_page_alloc 8400 2 snd_emu10k1,snd_pcm, Live 0xffffffff884e1000 snd_util_mem 3840 2 snd_emux_synth,snd_emu10k1, Live 0xffffffff884df000 snd_hwdep 8392 2 snd_emux_synth,snd_emu10k1, Live 0xffffffff884db000 snd 53184 15 snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_seq_device,snd_timer,snd_hwdep, Live 0xffffffff884cd000 soundcore 8480 1 snd, Live 0xffffffff884c9000 8250_pnp 10496 0 - Live 0xffffffff884c5000 8250 20992 1 8250_pnp, Live 0xffffffff884be000 serial_core 18176 1 8250, Live 0xffffffff884b8000 forcedeth 21956 0 - Live 0xffffffff884b1000 8139too 22976 0 - Live 0xffffffff884aa000 mii 4928 1 8139too, Live 0xffffffff884a7000 nvidia 4847316 12 - Live 0xffffffff88006000 eth1394 17936 0 - Live 0xffffffff88000000 [8.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem) 0000-001f : dma1 0020-0021 : pic1 0040-0043 : timer0 0050-0053 : timer1 0060-006f : keyboard 0070-0077 : rtc 0080-008f : dma page reg 00a0-00a1 : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : ide1 01f0-01f7 : ide0 02f8-02ff : serial 0376-0376 : ide1 0378-037a : parport0 03c0-03df : vesafb 03f6-03f6 : ide0 03f8-03ff : serial 0480-0487 : pnp 00:08 0810-0815 : ACPI CPU throttle 0970-0977 : 0000:00:0a.0 0970-0977 : sata_nv 09f0-09f7 : 0000:00:0a.0 09f0-09f7 : sata_nv 0b70-0b73 : 0000:00:0a.0 0b70-0b73 : sata_nv 0bf0-0bf3 : 0000:00:0a.0 0bf0-0bf3 : sata_nv 0cf8-0cff : PCI conf1 0d00-0d07 : pnp 00:08 0d00-0d07 : it87-isa 4000-4003 : PM1a_EVT_BLK 4004-4005 : PM1a_CNT_BLK 4008-400b : PM_TMR 401c-401c : PM2_CNT_BLK 4020-4027 : GPE0_BLK 5000-503f : 0000:00:01.1 5000-5007 : nForce2_smbus 5040-507f : 0000:00:01.1 5040-5047 : nForce2_smbus 5080-509f : 0000:00:01.1 b000-cfff : PCI Bus #02 b800-b87f : 0000:02:0b.0 bc00-bc1f : 0000:02:09.0 bc00-bc1e : b1pci-bc00 c000-c03f : 0000:02:09.0 c400-c41f : 0000:02:08.0 c400-c41f : EMU10K1 c800-c8ff : 0000:02:07.0 c800-c8ff : 8139too cc00-cc07 : 0000:02:08.1 d000-d07f : 0000:00:0a.0 d000-d07f : sata_nv d400-d40f : 0000:00:0a.0 d400-d40f : sata_nv ec00-ec07 : 0000:00:05.0 ec00-ec07 : forcedeth ffa0-ffaf : 0000:00:08.0 ffa0-ffa7 : ide0 ffa8-ffaf : ide1 00000000-0009fbff : System RAM 0009fc00-0009ffff : reserved 000a0000-000bffff : Video RAM area 000c0000-000c7fff : Video ROM 000f0000-000fffff : System ROM 00100000-3ffbffff : System RAM 00100000-003ceeaa : Kernel code 003ceeab-0051962f : Kernel data 3ffc0000-3ffcffff : ACPI Tables 3ffd0000-3fffffff : ACPI Non-volatile Storage 9a800000-ba7fffff : PCI Bus #01 a0000000-afffffff : 0000:01:00.0 a0000000-afffffff : vesafb c0000000-dfffffff : 0000:00:00.0 fa900000-fe9fffff : PCI Bus #01 fc000000-fcffffff : 0000:01:00.0 fd000000-fdffffff : 0000:01:00.0 fd000000-fdffffff : nvidia fe9e0000-fe9fffff : 0000:01:00.0 fea00000-feafffff : PCI Bus #02 feaff000-feaff7ff : 0000:02:0b.0 feaff000-feaff7ff : ohci1394 feaff800-feaffbff : 0000:02:0a.0 feaff800-feaffbff : saa7134[0] feaffc00-feaffcff : 0000:02:07.0 feaffc00-feaffcff : 8139too febfc000-febfcfff : 0000:00:05.0 febfc000-febfcfff : forcedeth febfd000-febfdfff : 0000:00:02.0 febfd000-febfdfff : ohci_hcd febfe000-febfefff : 0000:00:02.1 febfe000-febfefff : ohci_hcd febffc00-febffcff : 0000:00:02.2 febffc00-febffcff : ehci_hcd fec00000-fec00fff : reserved fee00000-fee00fff : reserved ff7c0000-ffffffff : reserved [8.5.] PCI information ('lspci -vvv' as root) 00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1) Subsystem: ASUSTeK Computer Inc. Unknown device 813f Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- 00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR+ TAbort- Reset- FastB2B- 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR-