Results 11 to 16 of 16
i already go to /var/log/messages file and open the file for view but i din't saw any word contain ath_pci
..............................
- 11-23-2005 #11Just Joined!
- Join Date
- Jun 2005
- Posts
- 8
i already go to /var/log/messages file and open the file for view but i din't saw any word contain ath_pci
...........................
- 11-23-2005 #12did you try searching? Or just try ath or atheros or wireless...
Originally Posted by chwy Life is complex, it has a real part and an imaginary part.
- 11-23-2005 #13Just Joined!
- Join Date
- Jun 2005
- Posts
- 8
i really appreciate for your reply
searching? how? where? where can i search for ath, atheros or wireless?
- 11-23-2005 #14
I assume you are opening the file in the terminal with cat or less. Use the pipe operator | and grep to find the result you are looking for, i.e:
Code:cat /var/log/messages | grep ath
Life is complex, it has a real part and an imaginary part.
- 11-24-2005 #15Just Joined!
- Join Date
- Jun 2005
- Posts
- 8
i already done the command 'cat /var/log/messages | grep ath_pci
but found nothing!
........?????
- 11-24-2005 #16
what about ... | grep ath
Also are you sure that your card is based on the Atheros chipset, as dlink has several models with the same name, but with different chipsets.Life is complex, it has a real part and an imaginary part.


Reply With Quote