~ubuntu-branches/ubuntu/natty/installation-guide/natty

« back to all changes in this revision

Viewing changes to en/hardware/network-cards.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-02-25 12:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080225123748-xcb1iwv50tfs1q3s
Tags: 20080211ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, hppa, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Note that an empty preseed file is equivalent to a normal manual
    installation.
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of the GTK frontend.
* Bump kernelversion to 2.6.24.
* Bump GNOME version to 2.22.
* Bump release version and names for Hardy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- $Id: network-cards.xml 43693 2006-12-30 23:45:46Z fjp $ -->
 
2
<!-- $Id: network-cards.xml 48981 2007-08-19 07:21:15Z fjp $ -->
3
3
 
4
4
 <sect1 id="network-cards">
5
5
 <title>Network Connectivity Hardware</title>
180
180
This is a common problem on Netra systems with a Davicom (DEC-Tulip
181
181
compatible) NIC. In that case the <literal>tulip</literal> driver is
182
182
probably the correct one.
183
 
 
184
 
During the installation the solution is to switch to a shell and unload the
185
 
wrong driver module using
 
183
You can prevent this issue by blacklisting the wrong driver module as
 
184
described in <xref linkend="module-blacklist"/>.
 
185
 
 
186
</para><para>
 
187
 
 
188
An alternative solution during the installation is to switch to a shell
 
189
and unload the wrong driver module using
186
190
<userinput>modprobe -r <replaceable>module</replaceable></userinput> (or
187
191
both, if they are both loaded). After that you can load the correct module
188
192
using <userinput>modprobe <replaceable>module</replaceable></userinput>.
 
193
Note that the wrong module may then still be loaded when the system is
 
194
rebooted.
189
195
 
190
196
</para>
191
197
   </sect3>