LilJohn3464 wrote:
> John@linux-2jil:~> dmesg | grep ath9k
> ath9k: 0.1
> ath9k 0000:09:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> ath9k 0000:09:00.0: setting latency timer to 64
> phy0: Selected rate control algorithm ‘ath9k_rate_control’
There does not appear to be any problem. What happens if you enter the
following command:
/usr/sbin/iwlist scan
>
> John@linux-2jil:~> sudo /sbin/fdisk -l
> root’s password:
>
> Disk /dev/sda: 320.0 GB, 320072933376 bytes
> 255 heads, 63 sectors/track, 38913 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
> Disk identifier: 0x877d3b07
>
> Device Boot Start End Blocks Id System
> /dev/sda1 * 1 37204 298841098+ f W95 Ext’d
> (LBA)
> /dev/sda2 37205 38913 13720576 7 HPFS/NTFS
> /dev/sda5 1 262 2104452 82 Linux swap /
> Solaris
> /dev/sda6 263 2873 20972826 83 Linux
> /dev/sda7 2874 37204 275763726 83 Linux
If you start YaST => System => Boot Loader, what entries do you see? I
expect you have openSUSE 11.1 and openSUSE 11.1 FailSafe. If you
select the “Other” pulldown, you can select “Edit configuration
files”. On the new screen, pulldown the Filename box and select
/boot/grub/menu.lst. In the resulting file, you will see something
like the following:
###Don’t change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1 - 2.6.27.23-0.1
root (hd0,1)
kernel /vmlinuz-2.6.27.23-0.1-default
root=/dev/disk/by-id/ata-TOSHIBA_MK2546GSX_18C2P0KCT-part8
resume=/dev/disk/by-id/ata-TOSHIBA_MK2546GSX_18C2P0KCT-part5
splash=silent showopts vga=0x317
initrd /initrd-2.6.27.23-0.1-default
###Don’t change this comment - YaST2 identifier: Original name:
failsafe###
title Failsafe – openSUSE 11.1 - 2.6.27.23-0.1
root (hd0,1)
kernel /vmlinuz-2.6.27.23-0.1-default
root=/dev/disk/by-id/ata-TOSHIBA_MK2546GSX_18C2P0KCT-part8 showopts
ide=nodma apm=off noresume edd=off powersaved=off nohz=off highres=off
processor.max_cstate=1 x11failsafe vga=0x317
initrd /initrd-2.6.27.23-0.1-default
Do not modify these!!! Go to the bottom of the file, and enter the
following:
##### Windows added ###
title Windows
rootnoverify (hd0,1)
chainloader +1
With this stanza added, you should be able to select Windows when you
boot. If you have any questions about what should be there, then run
the code
sudo cat /boot/grub/menu.lst
and post the result.
Larry