Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96230 - gscanbus complains no raw1394
Summary: gscanbus complains no raw1394
Status: RESOLVED DUPLICATE of bug 87440
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 17:26 UTC by Mark Knecht
Modified: 2005-06-15 23:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Knecht 2005-06-15 17:26:58 UTC
I emerged gscanbus in the hopes of helping debug a problem with an odd 1394
adapter card that uses a PCI-PCI bridge but doesn't work correctly. However when
I try to run gscanbus it complains:

ragonfly ~ # gscanbus
couldn't get handle: No such file or directory
This probably means that you don't have raw1394 support in the kernel or that
you haven't loaded the raw1394 module.
dragonfly ~ #

However I believe that I did load the raw1394 module:

dragonfly ~ # lsmod
Module                  Size  Used by
raw1394                26988  0
<SNIP>
ohci1394               31876  0
<SNIP>
sbp2                   22024  0
ieee1394               94260  3 raw1394,ohci1394,sbp2
<SNIP>
dragonfly ~ #

I know in the past (2.4 kernels for isntance) that sometimes I've had to do some
mknod command by hand. Is that still a requirement somehow and I'm missed some
instruction, or is this a bug that could be fixed somehow?

Reproducible: Always
Steps to Reproduce:
1. emerge gscanbus
2. gscanbus

Actual Results:  
As above

Expected Results:  
gscanbus would run

dragonfly ~ # emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May  7 2005, 04:19:12)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.ccccom.com http://gentoo.osuosl.org/
http://gentoo.seren.com/gentoo ftp://gentoo.mirrors.tds.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 audiofile avi berkdb bitmap-fonts caps cdr crypt cups
curl dvd dvdr dvdread eds emboss encode esd fam firebird flac fluidsynth
foomaticdb fortran gd gdbm gif gimp gimpprint gnome gpm gstreamer gtk gtk2 i8x0
imagemagick imlib ipv6 jack jack-tmpfs java jpeg kde ladcca ladspa libg++ libwww
lirc mad mikmod mjpeg mmx motif mozcalendar mozilla mp3 mpeg mysql mythtv
ncurses nls nptl nptlonly ogg oggvorbis opengl oss pam pdflib perl png ppds
python qt quicktime readline samba sdl sndfile spell sse sse2 ssl svga tcltk
tcpd threads tiff transcode truetype truetype-fonts type1-fonts usb v4l v4l2
vorbis xine xml2 xmms xscreensaver xv xvid zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

dragonfly ~ #
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-15 23:31:10 UTC
Should work in 2.6.12.

*** This bug has been marked as a duplicate of 87440 ***