Differences between revisions 11 and 12
Revision 11 as of 2014-04-29 08:41:50
Size: 2355
Editor: ?GDillard
Comment:
Revision 12 as of 2014-04-29 09:02:26
Size: 8034
Editor: PaulWise
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
You do business when you have a challenge on your hands in wanting to encourage clients to buy your goods. As advertising is important to any sort of company an effect. Today most individuals will make their buying decisions based on tips they'll learn about solutions and goods on line. With more access to the net being made available to people all around the globe, it is true enough this system has not only the biggest outreach, but also influence on these obtain selections.><<BR>>
><<BR>>
Smaller businesses in particular have come to appreciate the very best benefit of on-line marketing. It is because they've substantially smaller costs with which to function with when marketing and online marketing is readily the most cost effective type of promo. Through SEO attempts a company can get its website to top ranking and use this standing to draw the focus of customers trying to find providers of the useful goods or services they're seeking. Search Engine Optimization is important on account of the rank that can be achieved.><<BR>>
><<BR>>
Perhaps not many online users may move after dark very first search engine results page when looking up a service or product. What this means is that in order to touch base to the largest amount of potential clients, a business should utilize SEO to get to the highest possible site. When pursuing SEO efforts business frequently execute on line advertising thoughts that are of great gain to consumers and flip many who are simply browsing into paying clients. Actionses like using social networking stations, easing on line purchases and constructing an user friendly website makes the connection with looking up online business more useful and pleasing for consumers.><<BR>>
><<BR>>
With good Search Engine Optimization approaches, a company may have a greater flow of fresh and distinctive visitors for their site allowing it to expand procedures and improve sales revenue. It is a low cost type of marketing with the highest level of returns. With great online advertising you may drive demand and anticipate better revenue. Search Engine Optimization additionally provides and never having to make capital investments in other countries business a means through which to expand their business worldwide. See [[http://thisismyseowebsite101.org|[[http://thisismyseowebsite101.org|SEO]]]].
#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 2023-05-31 16:30:21