Differences between revisions 13 and 14
Revision 13 as of 2014-05-01 08:27:53
Size: 2222
Editor: ?LThaxton
Comment:
Revision 14 as of 2014-05-01 08:50:39
Size: 8034
Editor: PaulWise
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
There are numerous corporations out-there that need to be stored competitive available on the market. Nonetheless, as a result of increasing opposition there is the necessity standout on the list of crowd, utilising the the best option alternatives about their different industries and to be able. You also need to cooperate using a corporation that gives wonderful third party answers regarding outsourcing and if you're a small business seller, then you certainly must look no further. It is true that Elucidate Company Services (ECS) Ltd supply you with all the current necessary resources that you need for thriving and may certainly reach the spot for you.><<BR>>
><<BR>>
With their extensive information as well as their plentiful expertise, the facts that need to be altered inside your business and gives the absolute most successful remedies which is in a position to cause substantial enhancement in your effectiveness skillfully to you will be identified by these experts. Their providers aren't limited by an individual market, while you can certainly recognize. To the contrary, they cope with numerous areas of each enterprise and they work hard towards delivering the greatest options for a business to follow along with the cuttingedge of engineering. In this manner, sectors and groups inside your enterprise including organization supervision and dataentry, as well as IT and sales, could better their performance and commence with much greater odds of accomplishment. Over time, you'll be able to ascertain the next party alternatives which have worked legitimate miracles for you personally along the way and you'll be pleased as to the simple appointment which you have received.><<BR>>
><<BR>>
If you are intrigued by the selection of experiencing assistance and special strategies on your business, you ought to pay a call to http://www.ecs-corporate.com/. This is the way you'll be able to learn more about what you should do towards causing such methods to your personal business. Further Infos [[http://passportdirect.over-blog.com/2014/04/how-to-apply-for-a-passport-promptly.html|[[http://passportdirect.over-blog.com/2014/04/how-to-apply-for-a-passport-promptly.html|Learn More Here]]]].
#language en
#pragma description How to install Debian/Linux on a XXXXX
##
## Read http://wiki.debian.org/InstallingDebianOn/HowToContribute before modifying this page
##
## You will find some comments like this one below to help you write a report.
## ------------------------------------------------------------------------------------------
##
## Location Bar + DebianOn compatibility rating
~-Translation(s): [[de/InstallingDebianOn/HP/Mini210/Wheezy|Deutsch]]-~

||<tablestyle="width:100%" style="width:96px;border-right-style:none"><<Include(InstallingDebianOn/Ratings/CategoryEtchUnrated)>>||<style="border-left-style:none"><<Include(InstallingDebianOn/PageFragments/Philosophy)>>||

## In this block, we describe the similar, compatible models that are also covered by this guide.
~-''HP Mini210 netbook''-~

~- Sub-models ('''1012eg''') options :<<BR>> - Video card Intel: Graphics Media Accelerator 3150 <<BR>> - Screen size: 10" (1024x600) <<BR>> - Wireless card: Broadcom Corporation BCM43225 802.11b/g/n<<BR>> - Network card: RTL8101E/RTL8102E PCI Express Fast Ethernet controller<<BR>> - Disk 250GB (5400RPM) <<BR>> - Memory 1GB DDR2 -~

= Overall Status =
## If you installed Debian from scratch on this computer, please rate it!
## see InstallingDebianOn/Ratings (change the "included" file above).
||||<tablestyle="margin-left:3em;width:90%">'''Core Components'''||<|10 style="text-align:right;border-style:none;vertical-align:top;"> {{attachment:photo.png}}||
||Boot Standard Kernel: || {OK} ||
|| LAN network card: || {OK} ||
|| Detect CD/DVD: || [-] ||
|| Detect hard drives: || {OK} ||
## If Xorg doesn't work at all (not even with vesa driver), then move Xorg line here.
||||'''Extra Features'''||
|| CPU Frequency Scaling || {OK} ||
|| Hibernation || {OK} ||
|| Sleep / Suspend || {OK} ||
|| Xorg || {OK} ||
|| - OpenGL || {OK} ||
|| - Resize-and-Rotate(randr) || {OK} ||
|| Switch to External Screen || {OK} ||
|| Mouse || ||
|| - Built-in (Touchpad) || {i} ||
|| Wireless/Wifi || X-( {OK} (Depends on version) ||
|| Keyboard || {i} ||
|| Webcam || {OK} ||
~-Legend :<<BR>> {OK} = OK ; {X} Unsupported(No Driver) ; /!\ = Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable <<BR>> {i} = Configuration Required; X-( = Only works with a non-free driver and or firmware-~

= Important Note =
### Any Important note, before the user starts installing Debian
### Like Bios, Disk, MBR Configuration. (default : ''none'')

### uncomment one of the two lines
Like Squeeze, Wheezy has a little inappropriate way of using the mousepad, but to fix it needs only a one-liner, as you can see below.
<<BR>>
On the other Hand, Wheezy finally gets through the mounted partition issue, so that you don't have to manually update grub after installing via usb.
<<BR>>
The best way to install Wheezy is to use unetbootin with the normal [[http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso|netinstall]] image from debian.org. Just choose the iso in unetbootin.
<<BR>>
## {X} There is currently a bug that ...


= Configuration =

== Display ==
## First say what's the Display adapter model (lspci may help)
## Then explain how to get it working (or just the module used)
## what about : 3D ; DRI ; xrandr ; external/secondary screen...
## attach your xorg.conf at the bottom of the page.
Works instantly.

## If this computer has variants with various Display adapter, simply
## duplicate this section, like "Display / Ati".

== Audio ==
## First say what's the Sound adapter model (lspci may help)
## Then explain how to get it working
Works instantly.

== Mouse and keyboard ==
The mousepad works, but not really great, there is the known defect with the buttons. As in squeeze, type in <<BR>>
# echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe.conf <<BR>>
with root rights and your mousepad will work fine. Yet zooming with two fingers and so on does not work.

== Power Management ==
## Have you tested Hibernation and/or
## Then explain how to get it working
Works everything out of the box.

== WiFi ==


The best way I found out was to use the module-assistant to install broadcom-sta and then install the b43-firmware:<<BR>>
Be sure, you have added non-free sources to your sources.list. Add the line<<BR>>
deb http://ftp.us.debian.org/debian wheezy main contrib non-free<<BR>>
in /etc/apt/sources.list <<BR>>
Open terminal in root and type:<<BR>>
<<BR>>
# aptitude update<<BR>>
# aptitude install module-assistant wireless-tools<<BR>>
# m-a a-i broadcom-sta<<BR>>
# aptitude install firmware-b43-lpphy-installer<<BR>>
<<BR>>
Activate wlan: <<BR>>
# modprobe wl<<BR>>
<<BR>>
Now the command 'iwconfig' should list your wireless card.<<BR>>
<<BR>>
Alternative use of the [[wl|vendor driver]].

== Webcam ==

Works out-of-the-box.

------
= System Summary =
## The content of some files are embedded here, because they are very useful for search engines

== lspci 1012eg ==
## Paste the output of "lspci -nn" here, within some {{{ }}} brackets. Optionally, attach "lscpi -vnn"
##(lspci -nn missing)
## Which model is this from?
~-{{{
00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge [8086:a010]
00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a011]
00:02.1 Display controller [0380]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a012]
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)
00:1f.2 SATA controller [0106]: Intel Corporation N10/ICH7 Family SATA AHCI Controller [8086:27c1] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
02:00.0 Network controller [0280]: Broadcom Corporation BCM43225 802.11b/g/n [14e4:4357] (rev 01)
}}}-~

== lsusb 1012eg ==
## Uncomment and Paste the output of one of the three lines (within some {{{ }}}} brackets)
## (lsusb missing)
## lsusb
{{{
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 090c:637b Feiya Technology Corp.
}}}

''USB Host controllers entries (without OHCI, UHCI, EHCI) are removed too.''



== Credits ==
Like Squeeze Wheezy works nearly out of the box. I used Wheezy with the 2.6.38 Kernel. -- Flowd <<DateTime>>
----

### Keep only one good category and remove others
## CategoryLaptopComputer | CategoryDesktopComputer | CategeoryEmbedeedComputer

Translation(s): Deutsch

DebianOn is an effort to document how to install, configure and use Debian on some specific hardware. Therefore potential buyers would know if that hardware is supported and owners would know how get the best out of that hardware.

The purpose is not to duplicate the Debian Official Documentation, but to document how to install Debian on some specific hardware.

If you need help to get Debian running on your hardware, please have a look at our user support channels where you may find specific channels (mailing list, IRC channel) dedicated to certain types of hardware.

HP Mini210 netbook

Sub-models (1012eg) options :
- Video card Intel: Graphics Media Accelerator 3150
- Screen size: 10" (1024x600)
- Wireless card: Broadcom Corporation BCM43225 802.11b/g/n
- Network card: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
- Disk 250GB (5400RPM)
- Memory 1GB DDR2

Overall Status

Core Components

[ATTACH]

Boot Standard Kernel:

{OK}

LAN network card:

{OK}

Detect CD/DVD:

[-]

Detect hard drives:

{OK}

Extra Features

CPU Frequency Scaling

{OK}

Hibernation

{OK}

Sleep / Suspend

{OK}

Xorg

{OK}

- OpenGL

{OK}

- Resize-and-Rotate(randr)

{OK}

Switch to External Screen

{OK}

Mouse

- Built-in (Touchpad)

{i}

Wireless/Wifi

X-( {OK} (Depends on version)

Keyboard

{i}

Webcam

{OK}

Legend :
{OK} = OK ; {X} Unsupported(No Driver) ; /!\ = Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
{i} = Configuration Required; X-( = Only works with a non-free driver and or firmware

Important Note

Like Squeeze, Wheezy has a little inappropriate way of using the mousepad, but to fix it needs only a one-liner, as you can see below.
On the other Hand, Wheezy finally gets through the mounted partition issue, so that you don't have to manually update grub after installing via usb.
The best way to install Wheezy is to use unetbootin with the normal netinstall image from debian.org. Just choose the iso in unetbootin.

Configuration

Display

Works instantly.

Audio

Works instantly.

Mouse and keyboard

The mousepad works, but not really great, there is the known defect with the buttons. As in squeeze, type in
# echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe.conf
with root rights and your mousepad will work fine. Yet zooming with two fingers and so on does not work.

Power Management

Works everything out of the box.

WiFi

The best way I found out was to use the module-assistant to install broadcom-sta and then install the b43-firmware:
Be sure, you have added non-free sources to your sources.list. Add the line
deb http://ftp.us.debian.org/debian wheezy main contrib non-free
in /etc/apt/sources.list
Open terminal in root and type:

# aptitude update
# aptitude install module-assistant wireless-tools
# m-a a-i broadcom-sta
# aptitude install firmware-b43-lpphy-installer

Activate wlan:
# modprobe wl

Now the command 'iwconfig' should list your wireless card.

Alternative use of the vendor driver.

Webcam

Works out-of-the-box.


System Summary

lspci 1012eg

00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge [8086:a010]
00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a011]
00:02.1 Display controller [0380]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a012]
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)
00:1f.2 SATA controller [0106]: Intel Corporation N10/ICH7 Family SATA AHCI Controller [8086:27c1] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
02:00.0 Network controller [0280]: Broadcom Corporation BCM43225 802.11b/g/n [14e4:4357] (rev 01)

lsusb 1012eg

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 090c:637b Feiya Technology Corp.

USB Host controllers entries (without OHCI, UHCI, EHCI) are removed too.

Credits

Like Squeeze Wheezy works nearly out of the box. I used Wheezy with the 2.6.38 Kernel. -- Flowd 2024-03-28 21:55:43