Kernel Version

Re: Kernel Version

Postby j.coudrais » Wed Dec 05, 2012 9:15 pm

wouahou

just found that your driver gave basically access like a FS :

/sys/bus/w1/devices/28-0000038b6043

I will work on that, i'll tell you...
j.coudrais
Donator VIP
Donator VIP
 
Posts: 35
Joined: Sat Aug 06, 2011 10:39 am
Location: LYON

Re: Kernel Version

Postby fvdw » Wed Dec 05, 2012 9:17 pm

:thumbup
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Kernel Version

Postby j.coudrais » Tue Jan 15, 2013 5:55 pm

Hello Everybody and best wishes,

How could 2013 begin better than having a new Firmware ?

Thank YOU very much for your work !

Well, I'm now with V14.0 and also without drivers for DS2490, FTDI and pl2303...

it seems that you replaced insmod with modprobe... Shoul I use the same drivers with .so files ?

T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 1
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev=02.06
S: Manufacturer=Linux 2.6.39.4 ehci_hcd
S: Product=Marvell Orion EHCI
S: SerialNumber=orion-ehci.0
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=107 Spd=12 MxCh= 4
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0e8f ProdID=0016 Rev=01.00
S: Manufacturer=GASIA Semi.
S: Product=USB HUB 2.0
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

T: Bus=01 Lev=02 Prnt=107 Port=00 Cnt=01 Dev#= 98 Spd=12 MxCh= 0
D: Ver= 1.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS= 8 #Cfgs= 1
P: Vendor=04fa ProdID=2490 Rev=00.02
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)

T: Bus=01 Lev=02 Prnt=107 Port=01 Cnt=02 Dev#= 95 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0403 ProdID=6001 Rev=06.00
S: Manufacturer=FTDI
S: Product=FT232R USB UART
S: SerialNumber=A8008Af2
C: #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=90mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)

T: Bus=01 Lev=02 Prnt=107 Port=02 Cnt=03 Dev#= 96 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0403 ProdID=6001 Rev=06.00
S: Manufacturer=FTDI
S: Product=FT232R USB UART
S: SerialNumber=A8008Af4
C: #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=90mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)

T: Bus=01 Lev=02 Prnt=107 Port=03 Cnt=04 Dev#= 97 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=067b ProdID=2303 Rev=03.00
S: Manufacturer=Prolific Technology Inc.
S: Product=USB-Serial Controller
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
j.coudrais
Donator VIP
Donator VIP
 
Posts: 35
Joined: Sat Aug 06, 2011 10:39 am
Location: LYON

Re: Kernel Version

Postby fvdw » Tue Jan 15, 2013 7:39 pm

you can still use insmod, but modprobe is easier as it automatic loads other modules in case one module depends on another one.
its the normal linux way
Yes you can use the same drives as in previous version
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Kernel Version

Postby j.coudrais » Tue Jan 15, 2013 9:25 pm

Well, I'm now as I was with version 13.0 ...

I'm still blocking with owfs browse...

it seems that one driver is missing to achieve what I want...

What I found above seems that I need w1_therm module...

Could you check to get that module, please :oops:

Hi Folks,

I have three DS18B20's, and have installed 3.2.27+ on my raspbian image, and modprobed the w1-gpio module.

I see the /sys/bus/w1 directory populated. cat /sys/bus/w1/devices/w1_bus_master1/w1_master_slaves shows the two I have currently connected, while w1_master_slave_count also shows a correct count of two.

However....cding into the device directory (28-000003c1f78a or 28-000003c202d4 in my case) shows no w1_slave file...Anyone have any ideas ? Did I miss a step somewhere ? Are my devices just not generating data ? (And yes, I have a 4k7 resistor between Vcc and Data.
Posts: 10
Joined: Sun Aug 12, 2012 1:30 pm
by irp » Sat Aug 25, 2012 9:51 pm
Doh! My bad, I hadn't loaded the w1_therm module. That'll teach me to do these things early in the morning. All works great now, and I'll add the third one tomorrow

Sorry for the noise

Iain
j.coudrais
Donator VIP
Donator VIP
 
Posts: 35
Joined: Sat Aug 06, 2011 10:39 am
Location: LYON

Re: Kernel Version

Postby fvdw » Tue Jan 15, 2013 9:50 pm

;) I will check it for you no problem, seems to be present
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Kernel Version

Postby fvdw » Tue Jan 15, 2013 10:35 pm

I added the w1_therm module.

were do you get this kind of support these days without donations..... :whistle
You do not have the required permissions to view the files attached to this post.
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Kernel Version

Postby j.coudrais » Wed Jan 16, 2013 5:55 pm

Hi,

You're right, that's what I was thinking... :thumbup

Which paypal account do you use ? :vhcool
j.coudrais
Donator VIP
Donator VIP
 
Posts: 35
Joined: Sat Aug 06, 2011 10:39 am
Location: LYON

Re: Kernel Version

Postby fvdw » Wed Jan 16, 2013 7:13 pm

:-D :thumbup You can find the e-mail to be used in the release note (just click button view release notes)

because of the bots screening this forum I don't like to put it here in plain text
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Kernel Version

Postby j.coudrais » Wed Mar 27, 2013 8:49 pm

Hi,

You know, i'm happy with 14 firmware on my nwspv2 but i didn't achiev yet my goal : that was manage the same things than my v1 (one wire, teleinfo, x10 domotic)...
on my v1, everything was ok, BUT with so poor memory, i couldn't make it ok all together...

I bought v2 for that, and also with new firmware, kernel 2.6.39 forced me to change the style.

You helped me a lot to get it worked, but, it's not stable and I can't make it right...

So, I'm wondering if you can help me more...
a project called owfs seems to be ok on 2.6.39 on several nas or mini box
http://sourceforge.net/projects/owfs/

Could you see how to compile that for this kernel ?
j.coudrais
Donator VIP
Donator VIP
 
Posts: 35
Joined: Sat Aug 06, 2011 10:39 am
Location: LYON

PreviousNext

Return to Lacie Network Space vs2 and max version

Who is online

Users browsing this forum: No registered users and 10 guests