Can't find port
Wander Boessenkool
wander at tomaatnet.nl
Mon Dec 6 19:18:37 UTC 2004
On Mon, 2004-12-06 at 20:58 +0200, Kishyr Ramdial wrote:
> On Mon, 06 Dec 2004 19:46:33 +0100, Wander Boessenkool
> <wander at tomaatnet.nl> wrote:
> > Hmmm, _Interesting_...
> > Could you send me the last 70 or so lines of your syslog? I'll have a
> > poke around to see what I can come up with.
>
> Okay. It's basically the exact same thing as I've pasted above though.
Indeed it is,
<snip id="syslog output" />
First off: check for /dev/hfc_usb0, it might be what you need if it's
there.
Else:
Could you check to see that udev or devfs is running?
$ps -e | grep dev
It should give some output like:
9613 ? 00:00:00 udevd
If not, unplug your ISDN-gizmo, type:
$sudo /etc/init.d/udev restart
plug it in again and check the output from tail /var/log/syslog again.
If udevd or devfsd was running my guess is that udev doesn't 'know' your
device yet, google for the name of your device and 'major minor'. With
this info you can then create the device-node(s) yourself using:
mknod -m666 /dev/<nodename> [c|b] <major> <minor>
where you can replace 666 with the access-rights you prefer, <nodename>
is the name you want for the node, [c|b] is either c or b (character- or
block-device) and major and minor are the major and minor numbers you
found.
If this works then you can permanently tweak the udev-config to do this
for you, see 'man udev' for details...
Good luck!
> --
> Kishyr Ramdial
> http://kishyr.ramdial.co.za
> Get Firefox! http://www.getfirefox.com
>
--
***********************DISCLAIMER**********************
Indien u de inhoud van dit bericht reeds vergeten bent,
kunt u deze disclaimer als niet geschreven beschouwen.
***********************DISCLAIMER**********************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20041206/2317d95a/attachment.sig>
More information about the ubuntu-users
mailing list