Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 1.28 KB

README.md

File metadata and controls

64 lines (54 loc) · 1.28 KB

ideapad-tools

version: 0.3

Command line utility which support ideapad laptop features
Written to use recent (3.5+) kernel patches for ideapads (Z570..)

Works:
fan mode (silent,default, dust cleaning, effctive cooling)
webcam power (on, off)
Todo:
rfkill bluetooth, wifi
backlight (should work out of the box)
current fan speed

Dependencies:
dbus
kernel with ideapad-laptop platform driver

Usage:

ideapad-client [OPTS]
OPTS:
--fan 			#prints current fan mode
 --fan silent		#sets fan mode to silent
 --fan default		#sets fan mode to default
 --fan dustclean	#sets fan mode to dust cleaning
 --fan dissipate		#sets fan mode to effective cooling

--webcam		#prints current webcam power status
 --webcam on		#turns webcam on
 --webcam off		#turns webcam off

--help			#this message

Installation:

# make && make install

Tree:

.
├── bus.h
├── client.c
├── dbus
│   ├── ideapad.server.service
│   └── org.ideapad.conf
├── functions.c
├── functions.h
├── ideapad-client
├── ideapad-server
├── Makefile
├── platform.c
├── platform.h
├── README.md
├── server.c
└── todo

1 directory, 14 files