Re: Ibutton Dongle on Linux

Date : Fri, 8 Dec 2006 10:07:50 +0000
To : XSI(at)Softimage.COM
From : "Alan Jones" <skyphyr(at)gmail.com>
Subject : Re: Ibutton Dongle on Linux
Hi Sandy,

Yeah - I got the bit about the rmmod not working - which is why I
suggested permanent removal.

As far as retrofitting it depends on whether Suse ships with the
source to the kernel you're running. Have a look at /usr/src/ (ls -l)
you should see a symlink called linux pointing to another directory in
there which contains the source for the kernel you're running.

If this is the case then cd /usr/src/linux
make menuconfig
set the option I mentioned earlier
make modules
make modules_install

Hope this helps.

Cheers,

Alan.

On 12/7/06, Sandy Sutherland <sandy(at)blackginger.tv> wrote:
Ah - we are not compiling kernals here - just installing from a CD - in that
regard we are noobs to the linux world!  is there any way of retro fitting
this as it were????

The removing of ds9490r module does not seem to work here - I will try
completely removing it as you suggest - but so far, running rmmod ds9290r
and then /etc/init.d/spm stop, start - is not working!

Thanks for you help

Sandy

----------------------------------------------------------
Sandy Sutherland  Digital Doodeller - TD
Blackginger (Cape)  http://www.blackginger.tv
mailto:sandy(at)blackginger.tv
(P) (+27 21) 488 1188  (Cel) 0827893789
----------------------------------------------------------
----- Original Message -----
From: "Alan Jones" <skyphyr(at)gmail.com>
To: <XSI(at)Softimage.COM>
Sent: Thursday, December 07, 2006 10:47 AM
Subject: Re: Ibutton Dongle on Linux


> Hi Sandy, > > When you compile your kernel with Make menuconfig it presents a menu > where those selections apply. > > If all you need to do is remove another module that's taking over the > device it's significantly easier. There will be a file on your system > which is the module that's getting loaded. Chances are it's called > ds9490r.ko - I'd suggest looking in > /lib/modules/*kernel-version-stuff-here*/*not sure which subdirectory > for that module* > and delete it - if you're 64bit it may be called /lib64/modules/etc > > This will prevent hal/udev from picking up when your dongle is > inserted and loading the driver (because it's not there to load). > > Cheers, > > Alan. > > On 12/7/06, Sandy Sutherland <sandy(at)blackginger.tv> wrote: >> Hi Will - I have found this, and even if I rmmod ds9490r and restart the >> spm >> service, it cannot find the dongle, and yes if you unplug it and plug it >> back in, the ds9490r module reappears - so no luck yet - anyone got any >> other ideas??? Alan - can you elaborate on your device driver module??? >> >> Thanks >> >> Sandy >> >> ---------------------------------------------------------- >> Sandy Sutherland Digital Doodeller - TD >> Blackginger (Cape) http://www.blackginger.tv >> mailto:sandy(at)blackginger.tv >> (P) (+27 21) 488 1188 (Cel) 0827893789 >> ---------------------------------------------------------- >> ----- Original Message ----- >> From: "Will Mendez" <wmendez(at)Softimage.COM> >> To: <XSI(at)Softimage.COM> >> Sent: Wednesday, December 06, 2006 5:56 PM >> Subject: RE: Ibutton Dongle on Linux >> >> >> > Sandy I ran into the same at home rmmod ds9490r worked fine in Suse >> > 10.0 >> > when you run it in 10.1 it kills the module but as soon as you plug the >> > dongle back in it starts it up again. >> > >> > Cheers! >> > Will >> > >> > >> > >> > >> > >> > >> > -----Original Message----- >> > From: owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM] On >> > Behalf >> > Of Sandy Sutherland >> > Posted At: Wednesday, December 06, 2006 4:02 AM >> > Posted To: xsi >> > Conversation: Ibutton Dongle on Linux >> > Subject: Re: Ibutton Dongle on Linux >> > >> > >> > Hi Mikko - tried it out, it does not seem to work - I am running Suse >> > 10.1 here - this is because of Massive requirements - also Alan - can >> > you give me more instructions - as on Suse -( maybe i am being dumb) >> > there is no Device Driver -> etc..... and I cannot find any links to >> > Dallas 1 wire drivers! >> > >> > Will check out the XSI base forums! >> > >> > Thanks again >> > >> > Sandy >> > >> > ---------------------------------------------------------- >> > Sandy Sutherland Digital Doodeller - TD Blackginger (Cape) >> > http://www.blackginger.tv mailto:sandy(at)blackginger.tv >> > (P) (+27 21) 488 1188 (Cel) 0827893789 >> > ---------------------------------------------------------- >> > ----- Original Message ----- >> > From: "Mikko Ronkainen" <noratio(at)kolumbus.fi> >> > To: <XSI(at)Softimage.COM> >> > Sent: Wednesday, December 06, 2006 10:35 AM >> > Subject: Re: Ibutton Dongle on Linux >> > >> > >> >> -Also visit xsibase The Official Linux Thread- Will writes spm server >> > not >> >> being kernel dependant anymore. So the module isn't needed spm to >> > work. He >> >> states some disto/versions needing this procedure but my experience >> > you >> >> need to do this atleast any fedora than 2.6.9-667. Probably would be >> >> better to remove module from kernel so you don't have to script spm >> > start >> >> with module removal as it reappears at boot after rmmod. Or do it >> > Alans >> >> way. >> >> >> >> Cheers >> >> Mikko >> >> >> >> On Wed, 06 Dec 2006 10:09:23 +0200, Sandy Sutherland >> >> <sandy(at)blackginger.tv> wrote: >> >> >> >>> Cool thanks Alan - and Mikko - will try out your suggestions! >> >>> >> >>> Cheers >> >>> >> >>> Sandy >> >>> >> >>> ---------------------------------------------------------- >> >>> Sandy Sutherland Digital Doodeller - TD >> >>> Blackginger (Cape) http://www.blackginger.tv >> >>> mailto:sandy(at)blackginger.tv >> >>> (P) (+27 21) 488 1188 (Cel) 0827893789 >> >>> ---------------------------------------------------------- >> >>> ----- Original Message ----- From: "Alan Jones" <skyphyr(at)gmail.com> >> >>> To: <XSI(at)Softimage.COM> >> >>> Sent: Tuesday, December 05, 2006 4:52 PM >> >>> Subject: Re: Ibutton Dongle on Linux >> >>> >> >>> >> >>>> Hi Sandy, >> >>>> >> >>>> Chances are you don't have the appropriate module either built into >> >>>> your kernel or loaded. >> >>>> >> >>>> Oddly enough what I think is the appropriate one isn't showing up in >> >>>> my lsmod, but perhaps it doesn't need to be loaded to have the >> > device >> >>>> recognised by the spm server, but just be there - because an lsof >> >>>> (very cool utility - shows that the spm server opens the /proc >> > entries >> >>>> to the usb bus directly rather than going through a device - hmm >> >>>> actually doesn't appear to add anything into the /dev directory ). >> >>>> >> >>>> Anyway - I've just got it compiled as a module so if you want to add >> >>>> the module to your kernel it's Device Drivers->Dallas's 1-wire >> >>>> bus->Dallas's 1-wire support - you don't need anything else from >> > that >> >>>> menu. >> >>>> >> >>>> Cheers, >> >>>> >> >>>> Alan. >> >>>> >> >>>> On 12/5/06, Sandy Sutherland <sandy(at)blackginger.tv> wrote: >> >>>>> >> >>>>> >> >>>>> Hi all - a quick question - Just trying to get XSI running under >> > Linux >> >>>>> with >> >>>>> the Dongle also under linux, and now have a USB Ibutton Dongle - >> > used >> >>>>> to >> >>>>> have a serial dongle which was easy - anyway, how do you get Linux >> > to >> >>>>> recognise this dongle???? The SPM installer doesn't seem to see it >> > - >> >>>>> plugged in after, before whatever..... >> >>>>> >> >>>>> Thanks >> >>>>> >> >>>>> Sandy >> >>>>> >> >>>>> ---------------------------------------------------------- >> >>>>> Sandy Sutherland Digital Doodeller - TD >> >>>>> Blackginger (Cape) http://www.blackginger.tv >> >>>>> mailto:sandy(at)blackginger.tv >> >>>>> (P) (+27 21) 488 1188 (Cel) 0827893789 >> >>>>> ---------------------------------------------------------- >> >>>> --- >> >>>> Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in >> > >> >>>> body: >> >>>> unsubscribe xsi >> >>>> >> >>>> >> >>> >> >>> --- >> >>> Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in >> >>> body: >> >>> unsubscribe xsi >> >> >> >> >> >> >> >> -- >> >> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ >> >> --- >> >> Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in >> > body: >> >> unsubscribe xsi >> >> >> >> >> > >> > --- >> > Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in >> > body: >> > unsubscribe xsi >> > >> > --- >> > Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in >> > body: >> > unsubscribe xsi >> > >> > >> >> --- >> Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in >> body: >> unsubscribe xsi >> > --- > Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body: > unsubscribe xsi > >

---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi

---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.