~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-09-14 10:20:56 UTC
  • Revision ID: james.westby@ubuntu.com-20070914102056-u2mbhhsq3xn1ed3p
Tags: 7.10-4
* New SVN checkout - string freeze
* Fixed files-and-docs (LP: #139613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
 
379
379
<para>
380
380
Wireless networking has gotten better with Kubuntu &distro-rev;, however there
381
 
are still problems for users who do not have a card supported natively. These
382
 
issues are at times easy to overcome using utilities such as the
383
 
<application>bcm43xx-fwcutter</application> for <emphasis
384
 
role="bold">some</emphasis> Broadcom devices, or
385
 
<application>NdisWrapper</application> for other non-native wireless adapters.
386
 
The following help sections will follow a generic route for getting wireless to
387
 
work with either <application>NdisWrapper</application> or
388
 
<application>bcm43xx-fwcutter</application>. If neither of the following
389
 
sections help with your issue, then it is recommended that you use another
390
 
connection source to the Internet and read through the many topics for wireless
391
 
connections. The following are just a couple locations to review.
392
 
<itemizedlist>
393
 
<listitem>
394
 
<para>
395
 
<ulink url="https://help.ubuntu.com/community/WifiDocs"/>
396
 
</para>
397
 
</listitem>
398
 
 
399
 
<listitem>
400
 
<para>
401
 
<ulink url="http://www.ubuntuforums.org/forumdisplay.php?f=136"/>
402
 
</para>
403
 
</listitem>
404
 
</itemizedlist>
 
381
are still problems for users who do not have a card supported natively. 
 
382
If you have not purchased a wireless card yet, please take a look at the
 
383
supported hardware at
 
384
<ulink
 
385
    url="https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported"/>.
405
386
</para>
406
387
 
407
388
<sect2 id="network-connect-wifi-howdoi" status="complete">
408
389
<title>How do I...</title>
409
390
 
410
391
<variablelist>
 
392
    
 
393
<varlistentry>
 
394
<term>...figure out if my wireless card works?</term>
 
395
<listitem>
 
396
<para>
 
397
If your wireless card has been detected,
 
398
<application>KNetworkManager</application> will have a menu entry listing your
 
399
wireless device. You can attempt to connect to your wireless network by
 
400
clicking on the System Tray icon and selecting your wireless network. If you
 
401
are able to browse the network with the a web browser, you have successfully
 
402
connected to the internet. 
 
403
</para>
 
404
</listitem>
 
405
</varlistentry>
 
406
 
 
407
<varlistentry>
 
408
<term>...configure encryptions such as <acronym>WEP</acronym> or
 
409
<acronym>WPA</acronym></term>
 
410
<listitem>
 
411
<para>
 
412
With <application>KNetworkManager</application> you simple click the
 
413
application icon in the system tray and select the wireless network you want to
 
414
connect to. When you click on a network that has encryption enabled, you will
 
415
get a pop-up dialog to enter this information. Once entered, this information is
 
416
stored within the <application>KWallet</application> utility. This allows you
 
417
to connect to that network in the future just by entering your
 
418
<application>KWallet</application> password.
 
419
</para>
 
420
</listitem>
 
421
</varlistentry>
 
422
 
 
423
<varlistentry>
 
424
<term>...check if I have a Internet connection?</term>
 
425
<listitem>
 
426
<para>
 
427
    Open up <application>Konqueror</application>, and try to browse to 
 
428
<ulink url="http://www.ubuntu.com"/>. If this worked, you have a fully working
 
429
internet connection. 
 
430
</para>
 
431
<para>
 
432
    If the above did not work, open up <application>Konsole</application>
 
433
    (&menukonsole;) and type <userinput>ping gateway_ip_address</userinput>
 
434
    (substitude gateway_ip_address by the ip address of your gateway. This
 
435
    address is usually 192.168.1.1, but may vary depending on the nature of
 
436
    your network). If you are able to ping your gateway, then the DNS on your
 
437
    computer is not being correctly. If you are not able to ping the gateway,
 
438
    then you donot have a proper internet connection. 
 
439
</para>
 
440
</listitem>
 
441
</varlistentry>
411
442
 
412
443
<varlistentry>
413
444
<term>...figure out which wireless card my system uses?</term>
434
465
</varlistentry>
435
466
 
436
467
<varlistentry>
 
468
<term>...get help with my wireless connection?</term>
 
469
<listitem>
 
470
<para>
 
471
It is recommended that you use another
 
472
connection source to the Internet and read through the many topics for wireless
 
473
connections. The following are just a couple locations to review.
 
474
</para>
 
475
<itemizedlist>
 
476
<listitem>
 
477
<para>
 
478
<ulink url="https://help.ubuntu.com/community/WifiDocs"/>
 
479
</para>
 
480
</listitem>
 
481
<listitem>
 
482
<para>
 
483
<ulink url="http://www.ubuntuforums.org/forumdisplay.php?f=136"/>
 
484
</para>
 
485
</listitem>
 
486
</itemizedlist>
 
487
</listitem>
 
488
</varlistentry>
 
489
 
 
490
<varlistentry>
437
491
<term>...get my Broadcom wireless adapter to work?</term>
438
492
<listitem>
439
493
<para>
440
494
Since kernel version 2.6.17, support for Broadcom wireless devices were
441
495
included. This means that there are some Broadcom devices that work out of the
442
496
box, however there are still many that don't. If your Broadcom wireless device
443
 
isn't working then you have one of two choices;
 
497
isn't working then you have two choices;
444
498
<application>bcm43xx-fwcutter</application> or
445
 
<application>NdisWrapper</application>. With the
 
499
<application>NdisWrapper</application>. 
 
500
</para>
 
501
<para>
 
502
With the
446
503
<application>bcm43xx-fwcutter</application> utility there are only a select few
447
504
devices that actually work. To see the devices that are currently supported
448
505
please review <ulink url="http://bcm43xx.berlios.de/?go=devices"/>. If your
455
512
</para>
456
513
</listitem>
457
514
</varlistentry>
458
 
 
459
 
<varlistentry>
460
 
<term>...configure encryptions such as <acronym>WEP</acronym> or
461
 
<acronym>WPA</acronym></term>
462
 
<listitem>
463
 
<para>
464
 
With <application>KNetworkManager</application> you simple click the
465
 
application icon in the system tray and select the wireless network you want to
466
 
connect to. When you click on a network that has encryption enabled, you will
467
 
get a pop-up dialog to enter this information. Once entered, this information is
468
 
stored within the <application>KWallet</application> utility. This allows you
469
 
to connect to that network in the future just by entering your
470
 
<application>KWallet</application> password.
471
 
</para>
472
 
</listitem>
473
 
</varlistentry>
474
515
</variablelist>
475
 
 
476
516
</sect2>
477
517
 
478
518
<sect2 id="network-connect-wifi-ndiswrapper" status="complete">
488
528
</para>
489
529
</note>
490
530
 
 
531
<note>
 
532
<title>Hardware Platforms</title>
 
533
<para>
 
534
This method is only supported for users of the Intel and AMD platforms. Users
 
535
of older iBooks and Powerbooks cannot use this method. However, users of
 
536
MacBooks (Intel based) should be able to use this method. 
 
537
</para>
 
538
</note>
 
539
 
491
540
<para>
492
541
<application>NdisWrapper</application> is considered the wireless fix-all for
493
542
Linux. A great percentage of wireless adapters that are not supported natively
494
543
or with other utilities are supported with
495
 
<application>NdisWrapper</application>. Installation is the same as it is for
496
 
any other application in Kubuntu. If you are uncomfortable with installation
 
544
<application>NdisWrapper</application>. Install
 
545
<application>ndiswrapper</application> by using
 
546
<application>Adept</application>. If you are uncomfortable with installation
497
547
practices then it is advised that you review the <ulink
498
548
url="help:/kubuntu/add-applications/">Adding Applications</ulink> document.
499
549
</para>
500
550
 
501
551
<para>
502
 
Once you have installed <application>NdisWrapper</application> your next step
503
 
would be to locate the Windows drivers either on a <acronym>CD</acronym> or the
 
552
Once you have installed <application>NdisWrapper</application>, 
 
553
locate the Windows drivers either on a <acronym>CD</acronym> or the
504
554
Internet. Drivers for Windows XP are preferred, however Windows 2000 drivers
505
555
will usually work just as well. Once you have located the CD or the drivers on
506
 
the Internet, you will want to copy them to a local folder on your system. In
 
556
the Internet, copy them to a local folder on your system. In
507
557
some instances, you may have your drivers in a <filename>driver.zip</filename>
508
558
or a <filename>driver.exe</filename> file. If it the file is in a
509
 
<filename>.zip</filename> format, you can unzip the file by either
 
559
<filename>.zip</filename> format, unzip the file by either
510
560
<mousebutton>right</mousebutton> clicking on the file and selecting
511
561
<guilabel>Extract</guilabel> from the pop-up menu. If the file is in a
512
 
<filename>.exe</filename> format, then you will have to install the
 
562
<filename>.exe</filename> format, then install the
513
563
<application>cabextract</application> utility and open up
514
564
<application>Konsole</application> to navigate the correct directory. Once you
515
 
have navigated to the directory storing the <filename>.exe</filename> file, you
516
 
would type <userinput>cabextract filename.exe</userinput>. This will extract or
 
565
have navigated to the directory storing the <filename>.exe</filename> file,
 
566
type <userinput>cabextract filename.exe</userinput>. This will extract or
517
567
unzip the file to the directory you are in. The driver will be in the
518
568
<filename>.inf</filename> format, so what you will want to do is type
519
569
<userinput>sudo ndiswrapper -i filename.inf</userinput> and press