[Bug 63912] Re: Module fglrx isn't loaded

2006-10-10 Thread Rouben
** Bug 63931 has been marked a duplicate of this bug -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-10 Thread Txukie
Adding fglrx to /etc/modules fixed it for me -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-09 Thread Rouben
Proposed fix (not sure if this is the *proper* way to do this): add fglrx on a separate line to /etc/modules. Mine looks like this now, and seems to have solved the issue: -- START -- # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that shoul

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-09 Thread nicweb
Same here -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-09 Thread Rouben
This bug seems to still persist... When was the fix released? Which version of restricted-modules is the fix expected? -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-09 Thread Scott James Remnant
Fixed by Adam ** Changed in: linux-restricted-modules-2.6.17 (Ubuntu) Status: Confirmed => Fix Released -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-07 Thread mc44
Assigning back to Scott as apparently it might have to do with your change (!). Many apologies if this is the incorrect thing to do. ** Changed in: linux-restricted-modules-2.6.17 (Ubuntu) Assignee: (unassigned) => Scott James Remnant -- Module fglrx isn't loaded https://launchpad.net/bugs/

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-07 Thread mc44
Removing fglrx in /etc/modprobe.d/ and running update-modules results in the module being loaded fine on boot, but putting this file back causes it to not be loaded again, it can still be modprobed by hand afterwards. Is there anything else I can do to debug this? -- Module fglrx isn't loaded ht

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-07 Thread mc44
I'm also not getting fglrx loading automatically, with the latest update 2.17.5-9 It does work when sudo modprobe fglrx is run manually. Don't have a separate /usr partition This was working until the last couple of updates. I'm not sure why these changes were made for fglrx anyway, I thought mjg

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-06 Thread Sean Taylor
Oh! It must not have been able to find the /log file when I first rebooted. After rebooting this time, it tells me "Not OK." -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-06 Thread Sean Taylor
Rebooting and checking /log yields: /log: No such file or directory Modprobing fglrx and checking /log yields: OK How strange. -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-06 Thread Kenneth Mokkelbost
OK. I have the warning message, just didn't notice it before since I was rebooting from a remote location earlier. My bad. When I put "install fglrx" in at the beginning of the line the message disappears but whatever the statement behind if is it jumps to "else", but when I drop "install fglrx" i

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-06 Thread Kenneth Mokkelbost
I think you're reading the error message right, but are you sure you don't have a typo in there somewhere? I don't get any warnings when I run my uploaded (and now downloaded) file. -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-06 Thread Sean Taylor
I'm not quite sure how well that works. When I run modprobe fglrx after modifying the modprobe.d fglrx file, I get this: WARNING: /etc/modprobe.d/fglrx line 2: ignoring bad line starting with 'if' So doesn't that just skip attempting to load the driver with modprobe altogether? Or am I reading th

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-05 Thread Kenneth Mokkelbost
Ok, I think I've found a solution that works. At least it works on my computer. I removed "install fglrx" from "install fglrx if cat ..." and a ^ inside the regexp of /etc/modprobe.d/fglrx. I also had to add " | grep -v "#" | " for those cases where fglrx is commented out in xorg.conf but should n

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-05 Thread Jim Paris
BTW that seems like a bogus check anyway; you could easily be running multiple X servers with different config files. -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-05 Thread Jim Paris
Yeah, I think it does: $ X >/tmp/foo 2>&1 $ grep -A1 ^sh /tmp/foo sh: sed: not found sh: grep: not found Not loading fglrx module; not used in /etc/X11/xorg.conf sh: sed: not found sh: grep: not found Not loading fglrx module; not used in /etc/X11/xorg.conf $ which sed /bin/sed

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-05 Thread Scott James Remnant
Then this has nothing to do with my change ** Changed in: linux-restricted-modules-2.6.17 (Ubuntu) Assignee: Scott James Remnant => (unassigned) -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-04 Thread Diane Cochran
I'm also having this issue, and from the posts I've seen on ubuntuforums, there are quite a few people running into this problem, as well. Everything seems to install just fine, but it appears that the kernel module doesn't load when the xorg driver loads...so you have to do a modprobe and restart

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-04 Thread Kenneth Mokkelbost
Sorry, but I mixed things up a little in one of my comments. /usr is not on a separate partition (but /boot is), so the fix in .5-9 doesn't apply for my problem. Setting status back to unconfirmed. ** Changed in: linux-restricted-modules-2.6.17 (Ubuntu) Status: Fix Released => Unconfirmed

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-04 Thread Kenneth Mokkelbost
"modprobe fglrx" run by hand doesn't output any information, but loads the module as expected. -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-04 Thread Kenneth Mokkelbost
** Attachment added: "modinfo fglrx" http://librarian.launchpad.net/4664179/modinfo.fglrx -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-04 Thread Kenneth Mokkelbost
I have /usr on a separate partition, but upgrading to .5-9 doesn't solve the issue. I still have to modprobe fglrx by hand. ** Attachment added: "/var/log/udev" http://librarian.launchpad.net/4663433/udev.log -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs maili

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-04 Thread Scott James Remnant
Assuming you have /usr on a separate partition, this is fixed by linux- restricted-modules-2.6.17_2.6.17.5-9 ** Changed in: linux-restricted-modules-2.6.17 (Ubuntu) Assignee: (unassigned) => Scott James Remnant Status: Unconfirmed => Fix Released -- Module fglrx isn't loaded https://

[Bug 63912] Re: Module fglrx isn't loaded

2006-10-04 Thread Scott James Remnant
What do you get when you run "modprobe fglrx" by hand? Please supply /var/log/udev and the output of "modinfo fglrx" -- Module fglrx isn't loaded https://launchpad.net/bugs/63912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs