History log of /haiku/3rdparty/mmu_man/scripts/HardwareChecker.sh (Results 1 – 18 of 18)
Revision Date Author Comments
# c302a243 23-Dec-2015 Alexander von Gluck IV <kallisti5@unixzen.com>

Merge remote-tracking branch 'upstream/master' into intel-extreme


# 8e8f7748 05-Mar-2014 François Revol <revol@free.fr>

Update the HardwareChecker script

to work post-PM, however nothing makes any use of it yet.


# a84e14ca 16-Dec-2011 Alex Wilson <yourpalal2@gmail.com>

Merge branch 'master' of git://github.com/haiku/haiku


# 19ae20e6 05-Nov-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Merge branch 'master' into pm-flat

Conflicts:
build/jam/HaikuImage
build/jam/OptionalBuildFeatures
build/jam/OptionalPackages
build/jam/UserBuildConfig.sample
data/bin/installoptionalpackage
s

Merge branch 'master' into pm-flat

Conflicts:
build/jam/HaikuImage
build/jam/OptionalBuildFeatures
build/jam/OptionalPackages
build/jam/UserBuildConfig.sample
data/bin/installoptionalpackage
src/apps/deskbar/DeskbarMenu.cpp
src/servers/debug/DebugServer.cpp
src/system/kernel/fs/vfs.cpp

show more ...


# 378601a7 02-Nov-2011 François Revol <revol@free.fr>

Make sure /dev/mem is published before using dmidecode as the current version doesn't use /dev/misc/mem (pending patch to fix it). This allows to fill in machine vendor and name automatically and mor

Make sure /dev/mem is published before using dmidecode as the current version doesn't use /dev/misc/mem (pending patch to fix it). This allows to fill in machine vendor and name automatically and more precisely.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43108 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 71f92c64 01-Nov-2011 François Revol <revol@free.fr>

Check for and use dmidecode if present, to get the exact vendor and machine identification, which should be much more reliable than the user.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@430

Check for and use dmidecode if present, to get the exact vendor and machine identification, which should be much more reliable than the user.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43066 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 6db5b8c6 29-Oct-2011 François Revol <revol@free.fr>

Use a fake site for testing...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42940 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5dfed048 26-Oct-2011 Joseph Prostko <joe.prostko@gmail.com>

* Fix a couple of spelling mistakes, one which affects functionality


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42923 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6f6d1e36 25-Oct-2011 François Revol <revol@free.fr>

Missed the most important: machine infos.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42918 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 18b34d36 25-Oct-2011 François Revol <revol@free.fr>

Put radio buttons in columns. Tried to use the user guide css but it doesn't like having DIV elements everywhere.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42916 a95241bf-73f2-0310-859d-f

Put radio buttons in columns. Tried to use the user guide css but it doesn't like having DIV elements everywhere.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42916 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 9191eeb7 25-Oct-2011 François Revol <revol@free.fr>

Add missing name attribute so the field does get sent as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42915 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2362652a 25-Oct-2011 François Revol <revol@free.fr>

Make it look a little better.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42914 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 19618f8b 25-Oct-2011 François Revol <revol@free.fr>

Better message.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42913 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6c278c3b 25-Oct-2011 François Revol <revol@free.fr>

Make sure we close previous instances of netcat and ignore empty files.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42912 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 93b9886a 25-Oct-2011 François Revol <revol@free.fr>

Add some notify calls to give visual indication of the script working. Doesn't take too much time but...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42911 a95241bf-73f2-0310-859d-f6bbb57e9c

Add some notify calls to give visual indication of the script working. Doesn't take too much time but...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42911 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 9829800d 25-Oct-2011 François Revol <revol@free.fr>

A prototype of hardware reporting form generating script for the compatibility list.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42910 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a02541b9 01-Nov-2015 François Revol <revol@free.fr>

HardwareChecker: of course now netcat is called 'nc' again...


# 894526b5 01-Nov-2015 François Revol <revol@free.fr>

HardwareChecker: try to install the netcat package

and do it before trying to use it.