LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-15-2009, 07:52 AM   #1
BelzeBob
LQ Newbie
 
Registered: Nov 2009
Distribution: Ubuntu 9.10
Posts: 29

Rep: Reputation: 15
unsupported phy---Ubuntu


Hi. When I boot up Upuntu 9.10 on my laptop I get a message for a few seconds: "Error - unsupported phy". What does it mean, and how do I fix it?
 
Old 11-15-2009, 08:52 AM   #2
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
re: phy

Quote:
Originally Posted by BelzeBob View Post
Hi. When I boot up Upuntu 9.10 on my laptop I get a message for a few seconds: "Error - unsupported phy". What does it mean, and how do I fix it?
Did you do a search already?

Last edited by mudangel; 11-15-2009 at 09:05 AM.
 
Old 11-15-2009, 09:36 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I've moved this to a new thread----please don't jump into existing threads with a new and unrelated question.

First, is there any problem once the machine is up and running? If not, then you don't have to worry too much about the error message.

Regardless, you can perhaps look in the logs for some context
 
Old 11-16-2009, 08:18 AM   #4
BelzeBob
LQ Newbie
 
Registered: Nov 2009
Distribution: Ubuntu 9.10
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
I've moved this to a new thread----please don't jump into existing threads with a new and unrelated question.

First, is there any problem once the machine is up and running? If not, then you don't have to worry too much about the error message.

Regardless, you can perhaps look in the logs for some context
Sorry, pixel. I'll try to be more careful about where I post what.

No, the machine is fine. I think. I guess I just wanted to understand why the message appears. "Phy" refers to the Python programming language, does it not? No, I haven't done a web search. I thought this would be a good place to ask. I think the message started appearing after I did some update.
 
Old 11-16-2009, 08:30 AM   #5
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
I suggested a search because someone else may have had the same question.
Looks networking related-http://www.google.com/search?hl=en&s...f&oq=&aqi=g-c1
 
Old 11-16-2009, 11:46 AM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by BelzeBob View Post
"Phy" refers to the Python programming language, does it not?
I don't think so...

As I said, check the logs---eg:

grep "[Pp]hy" /var/logs/everything.log
 
Old 11-17-2009, 04:57 AM   #7
BelzeBob
LQ Newbie
 
Registered: Nov 2009
Distribution: Ubuntu 9.10
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
I don't think so...

As I said, check the logs---eg:

grep "[Pp]hy" /var/logs/everything.log
How (exactly) do I do that? I found out grep is a command.
 
Old 11-17-2009, 05:51 AM   #8
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,311
Blog Entries: 61

Rep: Reputation: Disabled
Something to do with Broadcom wireless cards, no driver installed maybe?

http://www.google.co.uk/search?q=uns...ient=firefox-a

(That makes two of us who've done a search for you.)

Last edited by brianL; 11-17-2009 at 05:52 AM.
 
Old 11-17-2009, 06:10 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by BelzeBob View Post
How (exactly) do I do that? I found out grep is a command.
Open a terminal and enter the command. Since you are on Ubuntu, you may need to add "sudo" at the beginning.

You will find the terminal in your menus somewhere---or you can always get a command interface by typing ctrl-alt-F1. (ctrl-alt-F7) to go back to the GUI.
 
Old 11-18-2009, 04:47 AM   #10
BelzeBob
LQ Newbie
 
Registered: Nov 2009
Distribution: Ubuntu 9.10
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by brianL View Post
Something to do with Broadcom wireless cards, no driver installed maybe?

http://www.google.co.uk/search?q=uns...ient=firefox-a

(That makes two of us who've done a search for you.)
(My oh my. Forgive me for invading your Linux forum with questions about Linux. What was I thinking? I hope you are not too deeply offended. Gosh...)

Pixel - Thanks. Yes, I have written "sudo grep phy" in the terminal, but nothing happened. (And yes, I have googled. My Broadcom/internet/wireless drivers seem to be working like they should though.)I like the terminal. I'm not too good (yet) with commands though.

Concerning drivers.... My ethernet is OK. I don't have a wireless connection (I don't want to use wireless) - but I still switched on the wireless function on the PC in Linux, and all these "available networks" showed up. I guess that means my wifi setup is working?

Last edited by BelzeBob; 11-18-2009 at 05:13 AM.
 
Old 11-18-2009, 06:54 AM   #11
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
Quote:
I have written "sudo grep phy" in the terminal, but nothing happened
As suggested, run 'grep phy' against a file in /var/log/, you'll get output something like this:
Code:
#:grep phy /var/log/messages 
Nov 17 17:52:01 cythera kernel: phy1: hwaddr 00:22:5f:cc:96:49, RTL8187BvE V0 + rtl8225z2
Nov 17 18:23:08 cythera kernel: BIOS-provided physical RAM map:
Nov 17 18:23:08 cythera kernel: software IO TLB at phys 0x20000000 - 0x24000000
Nov 17 18:23:08 cythera kernel: phy0: hwaddr 00:22:5f:cc:96:49, RTL8187BvE V0 + rtl8225z2
Nov 18 07:35:32 cythera kernel: phy1: hwaddr 00:22:5f:cc:96:49, RTL8187BvE V0 + rtl8225z2

#:grep phy /var/log/dmesg 
BIOS-provided physical RAM map:
software IO TLB at phys 0x20000000 - 0x24000000
phy0: Selected rate control algorithm 'minstrel'
phy0: hwaddr 00:22:5f:cc:96:49, RTL8187BvE V0 + rtl8225z2
Maybe you get an error because it's trying a module for a different card first? I don't know, just a thought.
 
Old 11-18-2009, 11:41 AM   #12
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by BelzeBob View Post
Pixel - Thanks. Yes, I have written "sudo grep phy" in the terminal, but nothing happened.
GREP syntax:

grep <keyword> <filename>

OR feed grep from some other command--eg:

ls -l | grep "^d" (finds all lines beginning with d---ie all directories
 
Old 11-18-2009, 12:44 PM   #13
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,311
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by BelzeBob View Post
(My oh my. Forgive me for invading your Linux forum with questions about Linux. What was I thinking? I hope you are not too deeply offended. Gosh...)
Apology accepted.
 
Old 11-18-2009, 12:55 PM   #14
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Quote:
Originally Posted by BelzeBob View Post
(My oh my. Forgive me for invading your Linux forum with questions about Linux. What was I thinking? I hope you are not too deeply offended. Gosh...)
Apology accepted.
OK--no more little jabs between you two...STOP...NOW...Thank You.
 
Old 11-18-2009, 01:13 PM   #15
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,311
Blog Entries: 61

Rep: Reputation: Disabled
I hear and obey.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MAC/PHY layer implementation rahulthewall3000 Linux - Networking 0 03-04-2009 04:30 AM
ubuntu studio 8.04, slackware 12 & Realtek 8201CL PHY spamhippy Ubuntu 0 05-13-2008 07:06 AM
i82559ER missing PHY, no mii. Mike V. Linux - Networking 1 08-26-2007 12:49 PM
Unsupported sis chipset:agpgart on ubuntu edgy server ghostz00 Linux - Hardware 0 12-09-2006 09:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration