DragonFly bugs List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: smbfs problems?
Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> wrote:
> :So... I'm not much help. libiconv.ko seems to be missing from the /modules
> :directory on the DragonFly machine.
> Yah, it has to be built into the kernel. But on quick glance it does
> look like it should be fairly easy to break into its own module, and
> the version stuff also looks fairly straight forward. I will play with
> it a bit and see if I can get a cleanup committed.
Well, I followed the instructions given to me early on about building
support for smbfs, and I *do* in fact have a libiconv.ko and
libmchain.ko module.
kldstat currently lists:
[ root@sorrow - /home/adamk ]: kldstat
Id Refs Address Size Name
1 15 0xc0100000 307894 kernel
2 1 0xc0408000 a590 if_fxp.ko
3 3 0xc0413000 17e78 miibus.ko
4 1 0xc042b000 6ad4 if_rl.ko
5 1 0xc0432000 ec30 if_wi.ko
6 1 0xc0441000 adfc if_xl.ko
7 1 0xc045c000 4020 libiconv.ko
8 1 0xc0461000 2c68 libmchain.ko
9 1 0xddd60000 18000 linux.ko
10 1 0xdde67000 18000 radeon.ko
11 1 0xddea0000 6000 snd_emu10k1.ko
12 3 0xddea7000 15000 snd_pcm.ko
13 1 0xddf00000 b000 snd_ds1.ko
14 1 0xddf60000 5000 snd_es137x.ko
15 1 0xe64c0000 1d000 smbfs.ko
When I load the smbfs module, though, I get the following showing up in
dmesg:
error: module compiled without SMP support
netsmb_dev: unloaded
module_register_init: MOD_LOAD (dev_netsmb, e64cad5c, 0) error 1
And trying to mount a samba share gives me:
[ root@sorrow - /home/adamk ]: mount_smbfs //adamk@thorn/Media /mnt
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
Adam
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]