[ltp] Suspend/resume on R40e

As Wi linux-thinkpad@linux-thinkpad.org
Tue, 23 Dec 2003 00:46:36 -0800 (PST)


--0-687182319-1072169196=:49797
Content-Type: text/plain; charset=us-ascii

Hi!
 
I installed kernel 2.6.0 (still with Fedora Core 1), hoping to solve the problem, but it got hanging when it starts up (seems to me, when it tries to detect my harddisk, hda).
I follow the steps given in :
http://www.freax.be/wiki/index.php/Fedora%20core%201%20with%20kernel%202.6-test
 
Marc, could you maybe share your configuration file?
 
Thanks and happy holidays!
 
Cheers,
Ari

Marc Schoechlin <ms@LF.net> wrote:
Hi !

I run Debian/testing with Kernel 2.6.0test9 - booting and shutdown
always works well :-)

> 2. tg3 driver for the network card did not work as you said, I have to
> use the driver from Broadcom, then it works properly.

I saw that there are many patches for the tg3-driver in the current
2.6.0-final-release - maybe the problem is solved now.

> 3. Installing Fedora Core 1 on R40e is also not without problems. I
> read from many sources as well, that some problems occur when
> installing Fedora or RedHat on R40e, e.g.
> 
> - the keyboard hangs when you were asked whether you want to check the
> installation media (CD) or want to skip it. This I could handled by
> passing the options "linux nousb" on boot. It works, but afterwards,
> the GUI installations did not work. This could be handled either by
> using text-based installations or passing the argument
> "resolution=1024x768" on boot (if we insist to use GUI installation).

I deaktivated usb in the bios to install thy system - after activating
"hotplug" the keyboard works well :-)

> 4. As VGA driver automatically it used VESA generic. But, later I
> chose to use ATI Radeon (generic).

This is also a option - i use the the radeon-driver:

--
Install XFree4.3.0 from experimental

sources.list
--
deb http://ftp.de.debian.org/debian/ ../project/experimental main
deb-src http://ftp.de.debian.org/debian/ ../project/experimental main
--

--
apt-get -t experimental install x-window-system
apt-get install x-window-system-core -t experimental
apt-get install xserver-common -t experimental
apt-get install xserver-xfree86 -t experimental
--

--
Section "Device"
Identifier "Generic Video Card"
Driver "radeon"
EndSection
--

--
echo "deb http://dri.freedesktop.org/~daenzer/debian/dri-tTrTunk-sid/ ./">/etc/apt/sources.list
cd kernel-source
cd /usr/src
tar zxvf drm-trunk.tar.gz
cd kernel-source
# Deaktivateing DRM
make xconfig
make-kpkg modules --initrd --revision=marc.1 --added-modules drm-trunk
cd ..
dpkg -i drm-trunk-module-2.6.0-test9_2003.10.05-1+marc.1_i386.deb
--

Unfortuneately XFREE says at starttime - that dri is not supported - the driver
runs well, but without fast opengl :-)

A friend said that hardcoding a older, but compatioble vga-adapter in the 
XF86Config-4, will help - he will send me a a directive to do this - 
maybe then it will works.

I will announce it in this thread.

Best regards


Marc Schoechlin
-- 

Gruss / Best regards | LF.net GmbH | fon +49 711 90074-413
Marc Schoechlin | Ruppmannstr. 27 | fax +49 711 90074-33
ms@LF.net | D-70565 Stuttgart | http://www.lf.net
-- 
The linux-thinkpad mailing list home page is at:
http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad

---------------------------------
Do you Yahoo!?
Yahoo! Photos - Get your photo on the big screen in Times Square
--0-687182319-1072169196=:49797
Content-Type: text/html; charset=us-ascii

<DIV>Hi!</DIV>
<DIV>&nbsp;</DIV>
<DIV>I installed kernel 2.6.0 (still with Fedora Core 1), hoping to solve the problem, but it got hanging when it starts up (seems to me, when it tries to detect my harddisk, hda).</DIV>
<DIV>I follow the steps given in :</DIV>
<DIV><A href="http://www.freax.be/wiki/index.php/Fedora%20core%201%20with%20kernel%202.6-test">http://www.freax.be/wiki/index.php/Fedora%20core%201%20with%20kernel%202.6-test</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>Marc, could you maybe share your configuration file?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks and happy holidays!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Cheers,</DIV>
<DIV>Ari</DIV>
<DIV><BR><B><I>Marc Schoechlin &lt;ms@LF.net&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hi !<BR><BR>I run Debian/testing with Kernel 2.6.0test9 - booting and shutdown<BR>always works well :-)<BR><BR>&gt; 2. tg3 driver for the network card did not work as you said, I have to<BR>&gt; use the driver from Broadcom, then it works properly.<BR><BR>I saw that there are many patches for the tg3-driver in the current<BR>2.6.0-final-release - maybe the problem is solved now.<BR><BR>&gt; 3. Installing Fedora Core 1 on R40e is also not without problems. I<BR>&gt; read from many sources as well, that some problems occur when<BR>&gt; installing Fedora or RedHat on R40e, e.g.<BR>&gt; <BR>&gt; - the keyboard hangs when you were asked whether you want to check the<BR>&gt; installation media (CD) or want to skip it. This I could handled by<BR>&gt; passing the options "linux nousb" on boot. It works, but afterwards,<BR>&gt; the GUI installations did not work. This could be handled either
 by<BR>&gt; using text-based installations or passing the argument<BR>&gt; "resolution=1024x768" on boot (if we insist to use GUI installation).<BR><BR>I deaktivated usb in the bios to install thy system - after activating<BR>"hotplug" the keyboard works well :-)<BR><BR>&gt; 4. As VGA driver automatically it used VESA generic. But, later I<BR>&gt; chose to use ATI Radeon (generic).<BR><BR>This is also a option - i use the the radeon-driver:<BR><BR>--<BR>Install XFree4.3.0 from experimental<BR><BR>sources.list<BR>--<BR>deb http://ftp.de.debian.org/debian/ ../project/experimental main<BR>deb-src http://ftp.de.debian.org/debian/ ../project/experimental main<BR>--<BR><BR>--<BR>apt-get -t experimental install x-window-system<BR>apt-get install x-window-system-core -t experimental<BR>apt-get install xserver-common -t experimental<BR>apt-get install xserver-xfree86 -t experimental<BR>--<BR><BR>--<BR>Section "Device"<BR>Identifier "Generic Video Card"<BR>Driver
 "radeon"<BR>EndSection<BR>--<BR><BR>--<BR>echo "deb http://dri.freedesktop.org/~daenzer/debian/dri-tTrTunk-sid/ ./"&gt;/etc/apt/sources.list<BR>cd kernel-source<VERSION><BR>cd /usr/src<BR>tar zxvf drm-trunk.tar.gz<BR>cd kernel-source<VERSION><BR># Deaktivateing DRM<BR>make xconfig<BR>make-kpkg modules --initrd --revision=marc.1 --added-modules drm-trunk<BR>cd ..<BR>dpkg -i drm-trunk-module-2.6.0-test9_2003.10.05-1+marc.1_i386.deb<BR>--<BR><BR>Unfortuneately XFREE says at starttime - that dri is not supported - the driver<BR>runs well, but without fast opengl :-)<BR><BR>A friend said that hardcoding a older, but compatioble vga-adapter in the <BR>XF86Config-4, will help - he will send me a a directive to do this - <BR>maybe then it will works.<BR><BR>I will announce it in this thread.<BR><BR>Best regards<BR><BR><BR>Marc Schoechlin<BR>-- <BR><BR>Gruss / Best regards | LF.net GmbH | fon +49 711 90074-413<BR>Marc Schoechlin | Ruppmannstr. 27 | fax +49 711 90074-33<BR>ms@LF.net | D-70565
 Stuttgart | http://www.lf.net<BR>-- <BR>The linux-thinkpad mailing list home page is at:<BR>http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad</BLOCKQUOTE><p><hr SIZE=1>
Do you Yahoo!?<br>
Yahoo! Photos - <a href="http://us.rd.yahoo.com/evt=21486/*http://f1.pg.photos.yahoo.com/ph//spsimplenol?.file=ny_ts_splash.html">Get your photo on the big screen in Times Square</a>
--0-687182319-1072169196=:49797--