similar to: NV40 under Debian

Displaying 20 results from an estimated 2000 matches similar to: "NV40 under Debian"

2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
Hello, Long story short, example config: ### cut UI vesamenu.c32 MENU TITLE Multiboot USB MENU BACKGROUND #00000000 MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all MENU COLOR unsel 37;44 #50ffffff #a0000000 std MENU COLOR tabmsg 31;40 #30ffffff #00000000 std MENU BEGIN MENU TITLE System Rescue CD 2.4.1 INCLUDE sysrcd-2.4.1.conf MENU END MENU BEGIN MENU TITLE
2007 Jun 07
1
Crashed ext3-filesystem
Hi! We have a server still running Debian 3.0 (Woody) that nobody likes to touch for maintenance ... ;) Our home-directories are located on a separate HDD (30GB, 1 large primary ext3 partition) and until yesterday it worked correctly. Because the partition was nearly full we had to enlarge our home-space by moving it to a larger HDD. We decided to try a copy of whole partition by using
2013 Jul 18
4
FW: pxelinux 5.x, 6.x memtest problem
Hi, OK. I build syslinux-6.02-pre6 from https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz on a Debian jessie/sid system (with gnu-efi_3.0u+debian-2 from experimental): root at jessie: ~# cd /tmp root at jessie:/tmp# wget https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz root at jessie:/tmp# tar xfz
2009 Mar 13
1
Booting a complete CD iso image via PXE: SystemRescueCD
I couldn't find this information in the mailing list archive, so I thought I mention if it someone else runs into the same problem. While some mails in the archive point out that it is not possible to just take a CD iso image and boot it over PXE, it *is* possible to boot over PXE and the download the rest of the image into RAM over ethernet. SystemRescueCD
2006 Oct 24
1
Help request...recovering LVM on centos 4.2
I installed a Centos 4.x system using a lvm install across four HDDs. It is my first install using LVM. System had a power-failure and stopped booting up. A new trainee simply took out the HDDs and restarted the file-server on a fresh HDDs. Now the problemis that the four HDDs have data. But the order of the HDDs (of install....1st primary, 2nd primary etc.) is unknown. Earlier we used to boot
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
On 09/05/2013 01:55 AM, Gene Cumm wrote: > On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski > <piotr.karbowski at gmail.com> wrote: > >> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with >> 5.01 it will display list of elements, then allow me to choose which one I >> want to enter. >> >> Even if the include part contain a
2009 Feb 28
2
Return to text mode after menu.c32
Hello everyone, I am in the process of setting up a home boot server using pxelinux. I have started creating a menu using menu.c32, and I want to add System Rescue CD to that. Is there any way I can point PXE to load the isolinux.cfg that comes with SystemRescueCD (I will now on refer to this file simply as isolinux.cfg), but not in the "menu" mode? I want to do that so all the
2013 Jul 18
2
FW: pxelinux 5.x, 6.x memtest problem
Hi, if you can provide a prepared src tarball like you do for releases, I can test. But I still cannot build from git source (as you may remember). -- Regards, Igor
2008 Mar 16
3
Problems to get booting Flashkey
Hello List, iam following to this howto: http://www.sysresccd.org/Sysresccd-manual-en_How_to_install_SystemRescueCd_on_an_USB-stick but when iam try the command: # syslinux /dev/sda1 it writes only into the FAT partition the files they need, but mbr still is empty after. iam do this: # dd if=/dev/sda of=/tmp/mbr.dd bs=512 count=1 and open it with ghex2 in my case and see only the partition table.
2020 May 13
4
CentOS 7 - xfs shrink & expand
I'm having some difficulty finding a method to shrink my /home to expand my /.? They both correspond to LVMs.? It is my understanding that one cannot shrink a xfs filesystem.? One must back it up (xfsdump), remove (lvremove) redefine it and then restore it back (xfsrestore). Okay, I'm running into a problem where /home? needs to be "unused".? If tried going in to
2004 Jul 19
1
Wine 20040408: Programs fail on Unhandled exception to a debug prompt after FrontPage install attempt
I recently upgraded to 20040408 on my gentoo IBM R32 notebook. I was using WinMX to test my wine install before the upgrade and all worked perfectly. ?I ran WinMX after the upgrade and it seemed to work ok (I did not test very deeply, just started and saw it got a connection to the network and shut it down). ?I then attempted to install MS FrontPage 2000 (My wife is taking web design in
2011 Jun 14
3
Questions about setup
I have worked in IT for several years and programming or anything related to this is not exactly one of my strengths. I need help creating a vesamenu.. Im trying to setup up so I can access my Acronis backup and disaster recovery 10 server, knoppix live cd, hardware diagnostics - pcdoctor and maybe a hiren type boot cd. I checked the Linux irc channel which I guess is now abandoned. If anyone
2020 May 13
2
CentOS 7 - xfs shrink & expand
Yeah, I tried that but ran into a problem.? It came up fine in single-user/maintenance mode. ? The mount command shows all of the mounted file systems, but after I 'chroot /sysroot', the mount failed (with some problem with mtab, sorry don't have the exact error message).? So I couldn't mount my 32TB RAID (where the xfsdump file was). On 5/13/2020 12:48 AM, Simon Matter via
2014 Jan 13
0
[PATCH] Fix null dereference oopses for nv40 cards
The problem affects nv40 cards during booting. It comes from there being two places where subdev arrays are maintained. A commit was recently added to make the two equal. However, the struct nouveau_device version ends up being referenced before it is initialized. The problem arises during the creation of the INSTMEM and THERM subdevs. ' Signed off by: Bob Gleitsmann rjgleits at bellsouth.net
2012 Nov 11
0
[PATCH] drm/nv40: allocate ctxprog with kmalloc
Some archs defconfigs have CONFIG_FRAME_WARN set to 1024, which lead to this warning: drivers/gpu/drm/nouveau/core/engine/graph/ctxnv40.c: warning: the frame size of 1184 bytes is larger than 1024 bytes Reported-by: Geert Uytterhoeven <geert at linux-m68k.org> Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- drivers/gpu/drm/nouveau/core/engine/graph/ctxnv40.c | 12
2014 Jan 14
0
[Fwd: [PATCH] Fix null dereference oopses for nv40 cards] kernel 3.13.0-rc8
On Tue, Jan 14, 2014 at 1:22 PM, Bob Gleitsmann <rjgleits at bellsouth.net> wrote: > I should have mentioned that this applies to Linus' 3.13.0-rc7 and rc8 > git. Maybe it's obvious. Hey Bob, Thanks for reporting this. Can you try the attached patch instead and report if it helps you? Ben. > > Sorry about that. > > Bob > -------- Forwarded Message --------
2020 May 13
2
CentOS 7 - xfs shrink & expand
I'll try that...I was using instructions I found on the internet for single-user/maintenance mode.?? From the grub screen you enter 'e' and modify the linux16 line...etc. Okay, I'll try that next. Thanks Simon! On 5/13/2020 7:28 AM, Simon Matter via CentOS wrote: > Hi, > >> Yeah, I tried that but ran into a problem.? It came up fine in >>
2013 Feb 03
2
[PATCH 2/3] drm/nv40/therm: reset temperature sensor on init
Current uninitialized sensor detection does not work for me on nv4b and sensor returns crazy values (>190?C). It stabilises later, but it's too late - therm code shutdowns the machine... Let's just reset it on init. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- drivers/gpu/drm/nouveau/core/subdev/therm/nv40.c | 12 +++++++++++- 1 file changed, 11
2010 Jan 17
1
[PATCH 1/2] nv40: don't crash on empty fragment program
--- src/gallium/drivers/nv40/nv40_fragprog.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/nv40/nv40_fragprog.c b/src/gallium/drivers/nv40/nv40_fragprog.c index 1237066..209d211 100644 --- a/src/gallium/drivers/nv40/nv40_fragprog.c +++ b/src/gallium/drivers/nv40/nv40_fragprog.c @@ -843,7 +843,8 @@ nv40_fragprog_translate(struct nv40_context *nv40,
2018 Aug 04
0
[PATCH] gpu: drm: nouveau: nvkm: nv40: Replace mdelay() with msleep() in nv40_sensor_setup()
nv40_sensor_setup() is never called in atomic context. It calls mdelay() to busily wait, which is not necessary. mdelay() can be replaced with msleep(). This is found by a static analysis tool named DCNS written by myself Signed-off-by: Jia-Ju Bai <baijiaju1990 at gmail.com> --- drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)