Re: LSPCI shows network card, but the card refuses to come up

2012-03-26 Thread Camaleón
On Mon, 26 Mar 2012 16:27:50 +0300, Andrei POPESCU wrote: > On Mi, 21 mar 12, 15:14:14, Camaleón wrote: >> >> Nah, yours is too verbose for this matter ;-). Indeed, the extra >> information (-v) can be omited as we just wanted to know what card it >> was. > > In which case -nn is very useful. T

Re: LSPCI shows network card, but the card refuses to come up

2012-03-26 Thread Andrei POPESCU
On Mi, 21 mar 12, 15:14:14, Camaleón wrote: > > Nah, yours is too verbose for this matter ;-). Indeed, the extra information > (-v) can be omited as we just wanted to know what card it was. In which case -nn is very useful. Kind regards, Andrei -- Offtopic discussions among Debian users and de

Re: LSPCI shows network card, but the card refuses to come up

2012-03-21 Thread Camaleón
On Tue, 20 Mar 2012 18:37:09 -0600, Bob Proulx wrote: > Camaleón wrote: >> Bijoy Lobo wrote: >> > I have 2 cards on my system. I had no errors while Expert Install of >> > Debian netinstall. even lspci shows me 2 ethernet controllers, >> > However I cannot bring the 2nd interface up. >> >> Show us

Re: LSPCI shows network card, but the card refuses to come up

2012-03-21 Thread Alberto Fuentes
On 21/03/12 11:49, Bob Proulx wrote: But why did you stop at five lines? Aren't most network devices going to print more lines than that? And it misses the "kernel driver in use" line which is useful information. I see, in my case, 5 was enough to show everything :) Can't leave off the '-A

Re: LSPCI shows network card, but the card refuses to come up

2012-03-21 Thread Bob Proulx
Alberto Fuentes wrote: > for the shake of completesness I commend your thoroughness. But... > lspci -v | grep -A5 -i eth But why did you stop at five lines? Aren't most network devices going to print more lines than that? And it misses the "kernel driver in use" line which is useful informati

Re: LSPCI shows network card, but the card refuses to come up

2012-03-21 Thread Alberto Fuentes
On 21/03/12 01:37, Bob Proulx wrote: Ahem... 'lspci | grep -i eth' is good but 'lspci -v' is paragraph formatted and so finding that with grep is more trouble. You need a "paragraph grep" of which there are many different programs and techniques. Perl is always available these days so perhaps

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Bijoy Lobo
Hello guys, Thanks alot. I sloved the problem. It was the older kernel which didnt have support for my Atheros Card. I did a modprobe and it fixed the problem On Wed, Mar 21, 2012 at 6:07 AM, Bob Proulx wrote: > Camaleón wrote: > > Bijoy Lobo wrote: > > > I have 2 cards on my system. I had no

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Bob Proulx
Camaleón wrote: > Bijoy Lobo wrote: > > I have 2 cards on my system. I had no errors while Expert Install of > > Debian netinstall. even lspci shows me 2 ethernet controllers, However I > > cannot bring the 2nd interface up. > > Show us the output of these two commands: > > lspci -v | grep -i ethe

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Camaleón
On Tue, 20 Mar 2012 19:11:39 +0530, Bijoy Lobo wrote: > I have 2 cards on my system. I had no errors while Expert Install of > Debian netinstall. even lspci shows me 2 ethernet controllers, However I > cannot bring the 2nd interface up. Show us the output of these two commands: lspci -v | grep -

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread The_Ace
On Tue, Mar 20, 2012 at 7:11 PM, Bijoy Lobo wrote: > > Hello all > > I have 2 cards on my system. I had no errors while Expert Install of > Debian netinstall. even lspci shows me 2 ethernet controllers, However I > cannot bring the 2nd interface up. > > ifconfig eth1 tells me no such interface > i

LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Bijoy Lobo
Hello all I have 2 cards on my system. I had no errors while Expert Install of Debian netinstall. even lspci shows me 2 ethernet controllers, However I cannot bring the 2nd interface up. ifconfig eth1 tells me no such interface ifconfig -a show me only eth0 and lo -- Thanks and Regards Bijoy Lo