~ubuntu-branches/ubuntu/jaunty/irda-utils/jaunty-proposed

« back to all changes in this revision

Viewing changes to smcinit/README

  • Committer: Bazaar Package Importer
  • Author(s): Sivan Greenberg
  • Date: 2006-12-07 18:32:56 UTC
  • mfrom: (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061207183256-tmlir0kv8t5vavnd
Tags: 0.9.18-5ubuntu1
* Merged with Debian unstable.
Remaining changes:
* findchip/smc.c,
  findchip/nsc.c,
  findchip/winbond.c:
  + Include sys/io.h instead of asm/io.h to fix FTBFS on i386
* debian/control,
  debian/irda-utils.init:
  + read -d doesn't work with dash. Run with bash and depend on it.
    Thanks to Alexander Schremmer for noticing.
* Remove stop script symlinks from rc0 and rc6.
* Autoconfiguration support (Debian #324404)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 SMCINIT
 
3
 =======
 
4
 
 
5
 
 
6
 Introduction
 
7
 ------------
 
8
 
 
9
 This package is good for you if you own a Linux machine that have SMC-IRCC based
 
10
 IrDA subsystem and the BIOS doesn't initialize it. Otherwise you don't
 
11
 need it at all.
 
12
 
 
13
 If you reading here, then you may be the unhappy owner of Toshiba Satellite
 
14
 1800, Toshiba Satellite 5100 or Toshiba Tecra 9100 laptop. Well, there's
 
15
 a chance that a bunch of other Toshiba laptops may share the same buggy BIOS
 
16
 and IrDA problems.
 
17
 
 
18
 
 
19
 Making it work
 
20
 --------------
 
21
 
 
22
 Daniele Peri, Rob Miller and Paul Hampson mananged to build little utilities
 
23
 that initialize the LPC47N227 SuperIO allowing smc-ircc IrDA kernel driver
 
24
 to detect and use the SMSC chip.
 
25
 
 
26
 Note that for starting with Linux kernels from 2.6.x series this initializing
 
27
 will be integrated to the new smc-ircc kernel driver.
 
28
 
 
29
 
 
30
 Documentation
 
31
 -------------
 
32
 
 
33
 Read the man pages.
 
34
 
 
35
 man smcminit           (intro to smcinit utilities)
 
36
 
 
37
 man tosh1800-smcinit   (built from Daniele Peri documentation and with my own additions)
 
38
 
 
39
 Read the very good documetation made by utilities authors. Note that man pages have
 
40
 been built from these docs.
 
41
 
 
42
 README.Tom           - Thomas Pinz documentation on improvements made over 0.3-1 version
 
43
 README.Peri          - Peri's README file
 
44
 README.Rob           - Rob Miller irda.html page rendered as text file
 
45
 RobMiller-irda.html  - The original Rob's irda.html page, renamed for posible name clashing reason
 
46
 CHANGELOG.Peri       - Daniele Peri own changelog file
 
47
 ChangeLog            - This package changelog
 
48
 INSTALL              - Installation instruction for this package
 
49
 
 
50
 
 
51
 
 
52
 Contact
 
53
 -------
 
54
 
 
55
 The SMCINIT package home page is:
 
56
   http://irda.sourceforge.net/smcinit/
 
57
 
 
58
 See the AUTHORS file
 
59
 Please send the bugs and your wishes to the authors.
 
60
 
 
61
 The nice and important thing you can do is to send me (Claudiu Costin)
 
62
 your success story for a laptop or computer which is not listed here.
 
63
 
 
64
 
 
65
 
 
66
 Claudiu Costin <claudiuc@kde.org>
 
67
 April 13, 2004
 
68