Re: Installer unable to detect Geforce GTX 460 v2

2012-05-15 Thread Vratislav Podzimek
On Mon, 2012-05-14 at 18:01 -0700, Luya Tshimbalanga wrote:
 I added sshd as a boot parameter after highlighting Install/Upgrade 
 Fedora from F17 DVD.
 There are still a black screen after initialization. I attempt to get 
 ssh information using my laptop
 and received a denied connection. Did I miss something?
'sshd' boot parameter should be working. Please try 'sshd=1' and if that
works or if none of them works, please file a bug that both should be
working.
Of course you have to know the IP address of the machine, that could be
a tricky part when using DHCP. If you can use a static IP address, add
'ip=IP_ADDRESS' to the command line options. And also don't forget to
add 'root@' to your ssh command, if you are connecting as the non-root
user. So something like:

$ ssh root@IP_ADDRESS

This way it works for me with Fedora 17 Beta DVD.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Installer unable to detect Geforce GTX 460 v2

2012-05-15 Thread Luya Tshimbalanga
I used the ip address given by the router. I noticed a warning message 
from dracut
complaining about missing gateway and netmask. In addition, netboot was 
not
configured at all. As a result, I received the same message connection 
refused.

Be in mind both desktop and laptop are on the same network
meaning I should use 192.168.x.x for example.

Do I need to add something like ip=ipgatewaynetmask?

On Tue 15 May 2012 12:49:39 AM PDT, Vratislav Podzimek wrote:

'sshd' boot parameter should be working. Please try 'sshd=1' and if that
works or if none of them works, please file a bug that both should be
working.
Of course you have to know the IP address of the machine, that could be
a tricky part when using DHCP. If you can use a static IP address, add
'ip=IP_ADDRESS' to the command line options. And also don't forget to
add 'root@' to your ssh command, if you are connecting as the non-root
user. So something like:

$ ssh root@IP_ADDRESS

This way it works for me with Fedora 17 Beta DVD.





--
Luya Tshimbalanga
Graphic  Web Designer
E: l...@fedoraproject.org
W: http://www.thefinalzone.net

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Installer unable to detect Geforce GTX 460 v2

2012-05-15 Thread Adam Williamson
On Tue, 2012-05-15 at 01:51 -0700, Luya Tshimbalanga wrote:
 I used the ip address given by the router. I noticed a warning message 
 from dracut
 complaining about missing gateway and netmask. In addition, netboot was 
 not
 configured at all. As a result, I received the same message connection 
 refused.
  Be in mind both desktop and laptop are on the same network
 meaning I should use 192.168.x.x for example.
 
 Do I need to add something like ip=ipgatewaynetmask?

If you're trying to set a static IP address on the machine where you're
running anaconda, it's somewhat tricky. You need to use the dracut
syntax for ip=:

https://fedoraproject.org/wiki/Dracut/Options#Network

However, this raises the question of why you're doing it at all. If you
just pass sshd and no ip= parameter at all, anaconda will automatically
use DHCP on the first network interface, which should do the job in most
cases. Then you just find out the IP address the machine got from DHCP,
and ssh to that address.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Installer unable to detect Geforce GTX 460 v2

2012-05-15 Thread Adam Williamson
On Tue, 2012-05-15 at 09:01 -0700, Adam Williamson wrote:
 On Tue, 2012-05-15 at 01:51 -0700, Luya Tshimbalanga wrote:
  I used the ip address given by the router. I noticed a warning message 
  from dracut
  complaining about missing gateway and netmask. In addition, netboot was 
  not
  configured at all. As a result, I received the same message connection 
  refused.
   Be in mind both desktop and laptop are on the same network
  meaning I should use 192.168.x.x for example.
  
  Do I need to add something like ip=ipgatewaynetmask?
 
 If you're trying to set a static IP address on the machine where you're
 running anaconda, it's somewhat tricky. You need to use the dracut
 syntax for ip=:
 
 https://fedoraproject.org/wiki/Dracut/Options#Network
 
 However, this raises the question of why you're doing it at all. If you
 just pass sshd and no ip= parameter at all, anaconda will automatically
 use DHCP on the first network interface, which should do the job in most
 cases. Then you just find out the IP address the machine got from DHCP,
 and ssh to that address.

So Luya lugged his box over here and we figured this one out (ah, the
advantages of physical access)...the problem turns out to be that his
nouveau crash is so bad it's actually preventing anaconda getting to the
point where it brings up sshd. When we booted basic graphics mode with
the 'sshd' parameter, we were able to remote in just fine. So the sshd
parameter works as expected, the only bug is the problem with nouveau on
his card. We were able to get the kernel logs from the nouveau problem
and append them to his bug report -
https://bugzilla.redhat.com/show_bug.cgi?id=821180 .
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Installer unable to detect Geforce GTX 460 v2

2012-05-14 Thread Vratislav Podzimek
On Sat, 2012-05-12 at 13:38 -0700, Luya Tshimbalanga wrote:
 I have submitted a bug report[1] related to nouveau driver. The 
 installer is unable to detect Nvidia Geforce GTX 460 v2 [2] which is 
 different from the original Nvidia Geforce GTX 460, forcing the use of 
 vesa driver. As a result, the screen is black so I cannot provide a 
 xorg.log report let alone smolt hardware profile.
I believe it should be possible to swith to tty2 (with Ctrl+Alt+F2) and
use scp or some other tool to retrieve logs.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Installer unable to detect Geforce GTX 460 v2

2012-05-14 Thread Luya Tshimbalanga
Unfortunately, your suggestion is no use because the screen will stay 
totally black

after initialization of the installer. =(

On Mon 14 May 2012 04:31:49 AM PDT, Vratislav Podzimek wrote:

I believe it should be possible to swith to tty2 (with Ctrl+Alt+F2) and
use scp or some other tool to retrieve logs.





--
Luya Tshimbalanga
Graphic  Web Designer
E: l...@fedoraproject.org
W: http://www.thefinalzone.net

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Installer unable to detect Geforce GTX 460 v2

2012-05-14 Thread Tim Flink
On Mon, 14 May 2012 14:56:00 -0700
Luya Tshimbalanga l...@fedoraproject.org wrote:

 Unfortunately, your suggestion is no use because the screen will stay 
 totally black
 after initialization of the installer. =(

If you start the install with sshd as a boot parameter, you'll be
able to ssh in to the installation environment and retrieve the logs.

Tim


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Installer unable to detect Geforce GTX 460 v2

2012-05-14 Thread Luya Tshimbalanga
I added sshd as a boot parameter after highlighting Install/Upgrade 
Fedora from F17 DVD.
There are still a black screen after initialization. I attempt to get 
ssh information using my laptop

and received a denied connection. Did I miss something?

On Mon 14 May 2012 03:33:53 PM PDT, Tim Flink wrote:

On Mon, 14 May 2012 14:56:00 -0700
Luya Tshimbalangal...@fedoraproject.org  wrote:


Unfortunately, your suggestion is no use because the screen will stay
totally black
after initialization of the installer. =(


If you start the install with sshd as a boot parameter, you'll be
able to ssh in to the installation environment and retrieve the logs.

Tim






--
Luya Tshimbalanga
Graphic  Web Designer
E: l...@fedoraproject.org
W: http://www.thefinalzone.net

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Installer unable to detect Geforce GTX 460 v2

2012-05-12 Thread Luya Tshimbalanga
I have submitted a bug report[1] related to nouveau driver. The 
installer is unable to detect Nvidia Geforce GTX 460 v2 [2] which is 
different from the original Nvidia Geforce GTX 460, forcing the use of 
vesa driver. As a result, the screen is black so I cannot provide a 
xorg.log report let alone smolt hardware profile.


Ref:

[1] https://bugzilla.redhat.com/show_bug.cgi?id=821180
[2] http://geforce.com/hardware/desktop-gpus/geforce-gtx-460/specifications

--
Luya Tshimbalanga
Graphic  Web Designer
E: l...@fedoraproject.org
W: http://www.thefinalzone.net

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel