All of lore.kernel.org
 help / color / mirror / Atom feed
* Hardware
@ 2005-05-19  6:23 Ville Jutvik
  2005-05-19  6:23 ` Hardware Jean Delvare
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ville Jutvik @ 2005-05-19  6:23 UTC (permalink / raw)
  To: lm-sensors

Hi everyone

I understand that the project is in need of hardware in purpose of testing. I would just like to make everyone aware of that I happend to own an IBM ThinkPad 760XL. I know that lm_sensors destroys the Thinpad's EPROM if run (due to a broken hardware-standard implementation, right?). However, if there is someone who wants to test something on it I can do that for him/her (or just give the person in question a SSH account) as long as I don't have to replace my motherboard :)

Best regards,
Ville Jutvik,
ville.jutvik@home.se


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Hardware
  2005-05-19  6:23 Hardware Ville Jutvik
  2005-05-19  6:23 ` Hardware Jean Delvare
  2005-05-19  6:23 ` Hardware Mark D. Studebaker
@ 2005-05-19  6:23 ` phil
  2 siblings, 0 replies; 10+ messages in thread
From: phil @ 2005-05-19  6:23 UTC (permalink / raw)
  To: lm-sensors


Thank you for your offer!  We may ask you to test some detection code 
(detecting your laptop, not the eeprom).  That should be safe, and it 
would allow us to confirm that we can detect at least your laptop.


Phil

On Thu, Aug 08, 2002 at 09:14:38PM +0200, Ville Jutvik wrote:
> Hi everyone
> 
> I understand that the project is in need of hardware in purpose of testing. I would just like to make everyone aware of that I happend to own an IBM ThinkPad 760XL. I know that lm_sensors destroys the Thinpad's EPROM if run (due to a broken hardware-standard implementation, right?). However, if there is someone who wants to test something on it I can do that for him/her (or just give the person in question a SSH account) as long as I don't have to replace my motherboard :)
> 
> Best regards,
> Ville Jutvik,
> ville.jutvik@home.se

-- 
Philip Edelbrock -- IS Manager -- Edge Design, Corvallis, OR
   phil@netroedge.com -- http://www.netroedge.com/~phil
 PGP F16: 01 D2 FD 01 B5 46 F4 F0  3A 8B 9D 7E 14 7F FB 7A

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Hardware
  2005-05-19  6:23 Hardware Ville Jutvik
@ 2005-05-19  6:23 ` Jean Delvare
  2005-05-19  6:23 ` Hardware Mark D. Studebaker
  2005-05-19  6:23 ` Hardware phil
  2 siblings, 0 replies; 10+ messages in thread
From: Jean Delvare @ 2005-05-19  6:23 UTC (permalink / raw)
  To: lm-sensors


> I understand that the project is in need of hardware in purpose of
> testing. I would just like to make everyone aware of that I happend to
> own an IBM ThinkPad 760XL. I know that lm_sensors destroys the
> Thinpad's EPROM if run (due to a broken hardware-standard
> implementation, right?). However, if there is someone who wants to
> test something on it I can do that for him/her (or just give the
> person in question a SSH account) as long as I don't have to replace
> my motherboard :)

I finished the detection code in sensors-detect. It would be great if we
were able to test it on your system.

The idea is: get lm_sensors from CVS and install it; run sensors-detect
as root.
You don't risk anything. If the detection works as I think it should,
sensors-detect will refuse to continue. If not, you just press CTRL+C.
In both cases, you let us know what happened.

Everyone:

There still is a problem: we can't run dmidecode if we are not root. And
the problem is the same if we do what dmidecode does directly in perl,
since we still need read access to /dev/mem. So, my question is: can we
break a thinkpad without being root? If yes, we are facing a serious
problem, and I have no idea how to solve it.

BTW, you are all invited to test the new sensors-detect and report any
problem that occurs. My policy has been:
1* If we aren't root or can't run dmidecode or dmidecode doesn't work
the way we expect: display the good old IBM warning;
2* If we detect a non-IBM system, no warning at all.
3* If we detect an IBM system, explain and exit.
4* If we detect a blank system vendor, same as 1*.
If someone has any objection, please let me know.

Good night everyone :)

-- 
Jean "Khali" Delvare
http://www.ensicaen.ismra.fr/~delvare/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Hardware
  2005-05-19  6:23 Hardware Ville Jutvik
  2005-05-19  6:23 ` Hardware Jean Delvare
@ 2005-05-19  6:23 ` Mark D. Studebaker
  2005-05-19  6:23 ` Hardware phil
  2 siblings, 0 replies; 10+ messages in thread
From: Mark D. Studebaker @ 2005-05-19  6:23 UTC (permalink / raw)
  To: lm-sensors

Well, you can't load modules unless you're root.
The assumption is that all troublesome systems have a
PIIX4. i2c-piix4 won't load if it's an IBM.
If a) the problem is something not on a piix4 bus,
and b) the user compiled-in those modules or loaded the modules
before, then there could be a problem.



Jean Delvare wrote:
> 
> > I understand that the project is in need of hardware in purpose of
> > testing. I would just like to make everyone aware of that I happend to
> > own an IBM ThinkPad 760XL. I know that lm_sensors destroys the
> > Thinpad's EPROM if run (due to a broken hardware-standard
> > implementation, right?). However, if there is someone who wants to
> > test something on it I can do that for him/her (or just give the
> > person in question a SSH account) as long as I don't have to replace
> > my motherboard :)
> 
> I finished the detection code in sensors-detect. It would be great if we
> were able to test it on your system.
> 
> The idea is: get lm_sensors from CVS and install it; run sensors-detect
> as root.
> You don't risk anything. If the detection works as I think it should,
> sensors-detect will refuse to continue. If not, you just press CTRL+C.
> In both cases, you let us know what happened.
> 
> Everyone:
> 
> There still is a problem: we can't run dmidecode if we are not root. And
> the problem is the same if we do what dmidecode does directly in perl,
> since we still need read access to /dev/mem. So, my question is: can we
> break a thinkpad without being root? If yes, we are facing a serious
> problem, and I have no idea how to solve it.
> 
> BTW, you are all invited to test the new sensors-detect and report any
> problem that occurs. My policy has been:
> 1* If we aren't root or can't run dmidecode or dmidecode doesn't work
> the way we expect: display the good old IBM warning;
> 2* If we detect a non-IBM system, no warning at all.
> 3* If we detect an IBM system, explain and exit.
> 4* If we detect a blank system vendor, same as 1*.
> If someone has any objection, please let me know.
> 
> Good night everyone :)
> 
> --
> Jean "Khali" Delvare
> http://www.ensicaen.ismra.fr/~delvare/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* hardware
@ 2005-09-09 11:59 Ferenc Havasi
  2005-09-09 12:48 ` hardware Josh Boyer
  2005-09-09 13:51 ` hardware David Woodhouse
  0 siblings, 2 replies; 10+ messages in thread
From: Ferenc Havasi @ 2005-09-09 11:59 UTC (permalink / raw)
  To: linux-mtd

Dear All,

Until now we was developed JFFS2 without real flash - only using
emulators (mtdram and nandsim). Now we decided to buy a real stuff.

Please suggest us some development board (or similar thing) which have
good linux and mtd support and uses NAND flash.

Thanks,
Ferenc

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: hardware
  2005-09-09 11:59 hardware Ferenc Havasi
@ 2005-09-09 12:48 ` Josh Boyer
  2005-09-09 13:51 ` hardware David Woodhouse
  1 sibling, 0 replies; 10+ messages in thread
From: Josh Boyer @ 2005-09-09 12:48 UTC (permalink / raw)
  To: Ferenc Havasi; +Cc: linux-mtd

On Fri, 2005-09-09 at 13:59 +0200, Ferenc Havasi wrote:
> Dear All,
> 
> Until now we was developed JFFS2 without real flash - only using
> emulators (mtdram and nandsim). Now we decided to buy a real stuff.
> 
> Please suggest us some development board (or similar thing) which have
> good linux and mtd support and uses NAND flash.

The Bamboo board from AMCC has support for it in the mainline kernels
now.  It contains a PPC 440EP processor and two different size Samsung
NAND chips.  It also has some NOR chips on it.

There is an MTD driver for both the NAND and the NOR floating around
somewhere.  I asked the author to send it to the list, but I haven't
seen it yet.

Not sure what your price range is though.  These boards are close to
2000 US dollars if I remember correctly.  They're an overall eval board,
so they come with all kinds of other stuff as well (USB, SATA, ethernet,
etc).

josh

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: hardware
  2005-09-09 11:59 hardware Ferenc Havasi
  2005-09-09 12:48 ` hardware Josh Boyer
@ 2005-09-09 13:51 ` David Woodhouse
  1 sibling, 0 replies; 10+ messages in thread
From: David Woodhouse @ 2005-09-09 13:51 UTC (permalink / raw)
  To: Ferenc Havasi; +Cc: linux-mtd

On Fri, 2005-09-09 at 13:59 +0200, Ferenc Havasi wrote:
> Please suggest us some development board (or similar thing) which have
> good linux and mtd support and uses NAND flash.

A DiskOnChip in a PCI evaluation board is quite useful for testing.

-- 
dwmw2

^ permalink raw reply	[flat|nested] 10+ messages in thread

* HARDWARE
@ 2007-08-13  4:18 WILDLIFE PET
  0 siblings, 0 replies; 10+ messages in thread
From: WILDLIFE PET @ 2007-08-13  4:18 UTC (permalink / raw)
  To: linux-input

[-- Attachment #1: Type: text/html, Size: 1920 bytes --]

[-- Attachment #2: Spaghetti.gif --]
[-- Type: image/gif, Size: 7404 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* hardware
@ 2010-06-04 11:32 Kyle McMartin
  0 siblings, 0 replies; 10+ messages in thread
From: Kyle McMartin @ 2010-06-04 11:32 UTC (permalink / raw)
  To: linux-parisc

I've got a load of hardware I don't really anticipate energizing again
that anyone who is doing work on Linux is welcome to... I'll make a
list, but I have random bits of everything parisc related (PCI
storage/network/misc, memory, disks, arrays, etc.)

I'm willing to itemize it and offer to ship it for the cost of postage,
so if any of you want some of it (or machines) make a list of what you
need and I'll sift through boxes and let you know what I've got.

(Mostly J6XXX class machine bits and A500 bits probably a couple earlier
models as well.)

--Kyle

^ permalink raw reply	[flat|nested] 10+ messages in thread

* hardware
@ 2010-12-27  4:21 hce
  0 siblings, 0 replies; 10+ messages in thread
From: hce @ 2010-12-27  4:21 UTC (permalink / raw)
  To: video4linux-list

Hi,

I am going to buy a TV turner card Leadtek WinFast DTV2000DS Dual HD
Tuner for a linux box, but I could not find what chip set in that
card. Could anyone advice if that card is supported by v4l or not?

Thank you.

Kind Regards.

jupiter

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-12-27  4:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19  6:23 Hardware Ville Jutvik
2005-05-19  6:23 ` Hardware Jean Delvare
2005-05-19  6:23 ` Hardware Mark D. Studebaker
2005-05-19  6:23 ` Hardware phil
  -- strict thread matches above, loose matches on Subject: below --
2005-09-09 11:59 hardware Ferenc Havasi
2005-09-09 12:48 ` hardware Josh Boyer
2005-09-09 13:51 ` hardware David Woodhouse
2007-08-13  4:18 HARDWARE WILDLIFE PET
2010-06-04 11:32 hardware Kyle McMartin
2010-12-27  4:21 hardware hce

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.