Author Topic: Samba & Cacko1.22  (Read 2240 times)

thf

  • Newbie
  • *
  • Posts: 4
    • View Profile
Samba & Cacko1.22
« on: August 31, 2005, 06:37:26 am »
Hi Forum,

I have "updateted" my C750 in cacko-rom 1.22 (a very good idea)!!!

There a a little problem by connect the zaurus to my network (192.1.202.0 ):

Connect to my pc with the usb-cable works fine (also samba, syncing,...)

But if I want to connect the zaurus by using the lan-card ( billionton) there is no samba availible. ssh is working fine. Internet by using the zaurus and a proxy works also fine.

in /etc/samba/smb.conf is also ok, i think
>>>>>
        interfaces = usbd0 eth0 bnep0 irda0 irda1      #eth0 is the billionton
#       wins support = yes
        browseable = yes
#       hosts allow = 192.168.              # "#" at the front >> entry dont matter
<<<<<<


whats wrong??????

best regards

Thorsten

thf

  • Newbie
  • *
  • Posts: 4
    • View Profile
Samba & Cacko1.22
« Reply #1 on: September 02, 2005, 12:19:02 pm »
Hello again.

I have found the problem in the samba configuration:

In /etc/samba/smb.conf
 
"interface = usb0 eth0 bnep0 irda0 irda1"

So if I switch of this line
" #  interface = usb0 eth0 bnep0 irda0 irda1"
and restart I can connect my zaurus also by samba.

But in this case the usb-connect and sync dosn't work.
Replace the line by " interface = #" also dosn't work

If I undestand the smb.conf in the right way, so the "interface" option allows onle the first entry to connect and ignore the other 4?!

any ideas??

Thorsten

p.s. The smb.conf is a link to readonly filesystem, so you have to rename the link and copy the file to /etc/samba/

charlesa

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://
Samba & Cacko1.22
« Reply #2 on: December 28, 2005, 06:54:33 am »
Quote
Hello again.

I have found the problem in the samba configuration:

In /etc/samba/smb.conf
 
"interface = usb0 eth0 bnep0 irda0 irda1"

So if I switch of this line
" #  interface = usb0 eth0 bnep0 irda0 irda1"
and restart I can connect my zaurus also by samba.

[div align=\"right\"][a href=\"index.php?act=findpost&pid=94288\"][{POST_SNAPBACK}][/a][/div]

I am seeing the same using Cacko 1.23.  If I leave with the default interfaces config like the following:

interfaces = usbd0 eth0 eth1 wlan0 wlan1 bnep0 irda0 irda1

Then i can not connect from a Mac OS X 10.4.3 box.  In fact, "findsmb" shows the following

charles% findsmb
                                *=DMB
                                +=LMB
IP ADDR         NETBIOS NAME     WORKGROUP/OS/VERSION
---------------------------------------------------------------------
192.168.1.7     ZAURUS        +[        ZAURUS     ]


If, however, I disable the "interfaces = " line with a #, then I can connect fine, and findsmb shows the following:

charles% findsmb

                                *=DMB
                                +=LMB
IP ADDR         NETBIOS NAME     WORKGROUP/OS/VERSION
---------------------------------------------------------------------
192.168.1.7     ZAURUS         [ZAURUS] [Unix] [Samba 2.0.7-ja-2.2]


Interesting how it now dosplays more OS and Samba info.

If, however, I enable the interfaces line with anything beyond 1 interface, then I can not connect any more.

Is anyone else seeing this behavior?  I would like to be able to SMB into my Zaurus using both wlan0 and usbd0, but can not see how that is possible currently.

C.