[Bug 54619] Re: ether_sprintf is in both wlan and new_wlan

2006-08-17 Thread stanwebber
i corrected the ether_sprintf issue in the madwifi-ng code from the
linux-restricted-modules-2.6.15_2.6.15.11.orig.tar.gz source package;
however, seperate issues still exist that prevent my ar5212 hardware
from associating with the new_ath_pci module

incidently, to disable ath_pci in favor of new_ath_pci edit /etc/default
/linux-restricted-modules-common  add:  DISABLED_MODULES=ath_hal

-- 
ether_sprintf is in both wlan and new_wlan
https://launchpad.net/bugs/54619

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 41339] Re: Mythtv won't install

2006-08-17 Thread stanwebber
this page should be of help to you:  
http://www.abarbaccia.com/content/view/17/32/ 

i also just stumbled across this site which i haven't looked at closely yet 
that you might want to check out, parker1.co.uk/mythtv_ubuntu.php 

Randy-Rhodas writes:

 thank you for taking time to help me!!! I actualy struggeld so much that I 
 gave up:-(
 I will try this as soon as my spare-time allows it:-)
 again Thanks!!!
 Hope it is ok, if i send you an E-mail if there should apear any other 
 problems. 
 
 best regards
 john gunnar. 
 
 
From: stanwebber [EMAIL PROTECTED]
Reply-To: Bug 41339 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Bug 41339] Re: Mythtv won't install
Date: Wed, 09 Aug 2006 12:43:21 - 

** Changed in: mythtv (Ubuntu)
Status: Rejected = Confirmed 

--
Mythtv won't install
https://launchpad.net/bugs/41339
 
 _
 MSN Music http://music.msn.no Finn din favorittmusikk blant nesten 1 million 
 låter 
 
 -- 
 Mythtv won't install
 https://launchpad.net/bugs/41339

-- 
Mythtv won't install
https://launchpad.net/bugs/41339

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54619] Re: ether_sprintf is in both wlan and new_wlan

2006-08-17 Thread stanwebber
ok, final problem solved...the device id list in ath/if_ath_pci.c is
crippled, ostensibly to not interfere with old ath_pci module.  i've
attached the file with the restored device id list

new_ath_pci is now working perfectly on my system now.  a few caveats if
you attempt this yourself with my attachments:

source install will detect old madwifi--just select ignore

source installs to /lib/modules/'uname -r'/net instead of madwifi-ng
(rename  after reboot run:  depmod -a)

linux-restricted-modules compiles new_ath_hal each time on startup so
copy ah_osdep.o, hal.o, new_ath_hal.mod.o from your madwifi-ng/ath
compile directory to lib/linux-restricted-modules/'uname
-r'/new_ath_hal.  also delete new_ath_hal from /lib/modules/'uname
-r'/net

edit /etc/default/linux-restricted-modules-common  add:
DISABLED_MODULES=ath_hal

-- 
ether_sprintf is in both wlan and new_wlan
https://launchpad.net/bugs/54619

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54619] Re: ether_sprintf is in both wlan and new_wlan

2006-08-17 Thread stanwebber
** Changed in: linux-restricted-modules-2.6.15 (Ubuntu)
   Status: Confirmed = In Progress

-- 
ether_sprintf is in both wlan and new_wlan
https://launchpad.net/bugs/54619

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54619] Re: ether_sprintf is in both wlan and new_wlan

2006-08-17 Thread stanwebber
i jumped the gun on this.  the source still needs a lot of correction
before this will work reliably

-- 
ether_sprintf is in both wlan and new_wlan
https://launchpad.net/bugs/54619

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 41339] Re: Mythtv won't install

2006-08-09 Thread stanwebber
i ran into this exact same sequence.  the problem occurs when mysql-
server is installed as a dependancy of mythtv instead of being setup
(with accounts  passwords) ahead of time.  i fixed my install by
assigning a mysql root password, reconfiguring mythtv-database to use
that password  finally reinstalling mythtv:

mysql -u root mysql
mysql UPDATE user SET Password=PASSWORD('YourPasswordHere') WHERE user='root';
mysql FLUSH PRIVILEGES;
mysql quit
dpkg-reconfigure --force mythtv-database
apt-get install mythtv


** Changed in: mythtv (Ubuntu)
 Assignee: (unassigned) = stanwebber
   Status: Unconfirmed = Rejected

-- 
Mythtv won't install
https://launchpad.net/bugs/41339

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 41339] Re: Mythtv won't install

2006-08-09 Thread stanwebber
** Changed in: mythtv (Ubuntu)
   Status: Rejected = Confirmed

-- 
Mythtv won't install
https://launchpad.net/bugs/41339

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54619] Re: ether_sprintf is in both wlan and new_wlan

2006-08-05 Thread stanwebber
i confirm this behavior

lsmod[code]new_ath_pci99428  0
new_ath_rate_sample14464  1 new_ath_pci
new_wlan  208028  2 new_ath_pci,new_ath_rate_sample
wlan  216796  0
new_ath_hal   191696  2 new_ath_pci,new_ath_rate_sample[/code]

syslog[code]Aug  4 23:02:08 localhost kernel: [17179876.396000] new_ath_hal: 
0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
Aug  4 23:02:08 localhost kernel: [17179876.416000] wlan: 0.8.4.2 (0.9.2)
Aug  4 23:02:08 localhost kernel: [17179876.448000] wlan: 0.8.4.2 (svn 
2006-07-10)
Aug  4 23:02:08 localhost kernel: [17179876.452000] new_ath_rate_sample: 1.2 
(svn 2006-07-10)
Aug  4 23:02:08 localhost kernel: [17179876.464000] ath_pci: 0.9.4.5 (svn 
2006-07-10)[/code]

-- 
ether_sprintf is in both wlan and new_wlan
https://launchpad.net/bugs/54619

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54619] Re: ether_sprintf is in both wlan and new_wlan

2006-08-05 Thread stanwebber
** Changed in: linux-restricted-modules-2.6.17 (Ubuntu)
Sourcepackagename: linux-restricted-modules-2.6.17 = 
linux-restricted-modules-2.6.15
   Status: Unconfirmed = Confirmed

-- 
ether_sprintf is in both wlan and new_wlan
https://launchpad.net/bugs/54619

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47137] Re: new_wlan_scan_sta not autoloaded

2006-08-05 Thread stanwebber
see https://launchpad.net/distros/ubuntu/+source/linux-restricted-
modules-2.6.15/+bug/54619 for new_wlan issue

-- 
new_wlan_scan_sta not autoloaded
https://launchpad.net/bugs/47137

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs