~ubuntu-branches/ubuntu/maverick/kubuntu-docs/maverick

« back to all changes in this revision

Viewing changes to kubuntu/network/C/network.xml

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2007-08-17 16:58:46 UTC
  • Revision ID: james.westby@ubuntu.com-20070817165846-yjc0vhhp70bmdipm
Tags: 7.10-2
* New SVN checkout
* Commented out translations in debian/rules until final release
* Added about-kubuntu.desktop to plugins/kubuntu for LiveCD desktop icon
* Added index-table.css to debian/rules for the index.html file
* Cleaned up Makefile in SVN, show changes here
* Added pot files for about-kubuntu and systemdocs .desktop and .directory
  files
* Closes the following bugs:
  - (LP: #125325)
  - (LP: #131076)
  - (LP: #107062)
  - (LP: #129327)
  - (LP: #123648)
  - (LP: #131366)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
<para>
38
38
Networking in Kubuntu has gotten much easier for everyone. The days of
39
39
configuring your settings via the command line are almost gone completely. A
40
 
majority of
41
 
users will never have to use the command line when configuring their network
42
 
settings in order to share files between PCs or to gain access to the Internet.
43
 
There are those select few who might be utilizing hardware that is not Linux
44
 
certified as of yet. For those, there might be the possibility of making
 
40
majority of users will never have to use the command line when configuring their
 
41
network settings in order to share files between PCs or to gain access to the
 
42
Internet. There are those select few who might be utilizing hardware that is not
 
43
Linux certified as of yet. For those, there might be the possibility of making
45
44
changes via the command line.
46
45
</para>
47
46
 
116
115
<listitem><para><xref
117
116
linkend="network-connect-settings-netmask"/></para></listitem>
118
117
<listitem><para><xref linkend="network-connect-settings-dns"/></para></listitem>
 
118
<listitem><para><xref linkend="network-connect-settings-hostname"
 
119
/></para></listitem>
119
120
</itemizedlist>
120
121
</para>
121
122
 
208
209
</para>
209
210
</sect2>
210
211
 
 
212
<!-- HOSTNAME -->
 
213
<sect2 id="network-connect-settings-hostname" status="draft">
 
214
<title>Host name</title>
 
215
 
 
216
<para>
 
217
The host name is the physical, unique name of your computer. A valid hostname
 
218
consists of <acronym>ASCII</acronym> letters &quot;a&quot; through
 
219
&quot;z&quot;, digits &quot;0&quot; through &quot;9&quot;, and the hyphen (-).
 
220
It can consist of any combination of the previous allowed characters.
 
221
</para>
 
222
</sect2>
 
223
 
211
224
</sect1>
212
225
 
213
226
<!-- NETWORK-CONNECTING -->
246
259
<note>
247
260
<para>
248
261
<acronym>DHCP</acronym> (Dynamic Host Configuration Protocol) is
249
 
a networking protocol that allows your system to obtain and
 
262
a networking protocol that allows your system to obtain an
250
263
<acronym>IP</acronym> (Internet Protocol) address, gateway address, netmask, as
251
264
well as <acronym>DNS</acronym> (Domain Name System) addresses. Using DHCP
252
265
is setup by default for each network interface installed into the system.
406
419
<guilabel>PCI</guilabel> from the left hand window. This will display all of the
407
420
<acronym>PCI</acronym> information about your system. Scroll down until you see
408
421
<guilabel>Network controller:</guilabel>. This will provide information about
409
 
your wireless adapt or.
 
422
your wireless adapter.
410
423
</para>
411
424
 
412
425
<para>
414
427
open up <application>Konsole</application> providing you with a terminal or the
415
428
command line. Once you are sitting at the command prompt simply type
416
429
<userinput>lspci</userinput> and press the <keycap>Enter</keycap> key. Locate
417
 
the <guilabel>Network controller:</guilabel> line as this swill provide
418
 
information about your wireless adapt or.
 
430
the <guilabel>Network controller:</guilabel> line as this will provide
 
431
information about your wireless adapter.
419
432
</para>
420
433
</listitem>
421
434
</varlistentry>
422
435
 
423
436
<varlistentry>
424
 
<term>...get my Broadcom wireless adapt or to work?</term>
 
437
<term>...get my Broadcom wireless adapter to work?</term>
425
438
<listitem>
426
439
<para>
427
440
Since kernel version 2.6.17, support for Broadcom wireless devices were
907
920
<note><title>ERROR</title>
908
921
<para>
909
922
If you see the following error, then your modem is not supported, in use, or
910
 
not propery configured.
 
923
not properly configured.
911
924
</para>
912
925
</note>
913
926
<screen>
959
972
 
960
973
<step>
961
974
<para>
962
 
At the command line, ry to dial out by typing <userinput>sudo
 
975
At the command line, try to dial out by typing <userinput>sudo
963
976
wvdial</userinput> and pressing <keycap>Enter</keycap>.
964
977
</para>
965
978
</step>