| olipage  
 
 
 
 
 Group: Members
 Posts: 4
 Joined: Oct. 2006
 | 
|  | Posted: Oct. 10 2006,23:05 |  |  hi guys,
 
 it seems i finally managed to get bluez fully working on dsl. no more frozen dsl, though i had not much time for testing till now. i'll keep you uptodate about stability of bluez, and compatiblity to java-bluetoothlib in prod-environment
 
 unfortunately i did not match the 50mb space reqs, but i did not bother much about libs, or modules that are not fully needed. some space surely can be freed up, but i don't think you can reduce it to 50mb without loosing some of the dsl features already implemented.
 
 below you can find a very rough guide of what i did, in case of interest i could rework it a little bit, to be more userfriendly ;-) sorry, but time is something very valuable ;-)
 
 kind regards...
 
 Oliver
 
 voila:
 
 setup remaster following knoppix-wiki:
 
 mkdir master
 mkdir source
 copy contents of /cdrom master
 copy contents of KNOPPIX source
 
 manually mount /dev/hda1 !! /dev/null permission denied issue
 
 mount proc
 dpkg-restore
 
 change distribution in source.list from oldstable ncah stable
 
 apt-get install bluez-utils
 
 screenshot of conflict
 
 forced installation of libxrandra2.dep using dpkg --forced-all -i ...
 
 screenshot of conflict
 
 apt-get install libxft2
 
 screenshot of conflict
 
 means problem because findversion is not capable of -exec
 
 => manually adapt postinstallation script unter /var/cache/dpkg/gconf2.postinst
 
 executing chmod go=rX /etc/gconf/gconf.xml.defaults
 
 commenting out find line in gconf2.posting
 
 finishing install with apt-get -f install
 
 voila gconf2 is setup
 
 apt-get install bluez-hcidump
 apt-get install libsdp2
 
 copy bluetooth kernel modules from knoppix 3.4 /lib/module
 
 drivers/bluetooth
 net/bluetooth
 
 capifs.o
 capiutil.o
 kernelcapi.o
 capi.o
 
 update-modules
 
 umount /proc
 
 make knoppix file
 create md5sums
 create iso
 
 iso has 80mb
  
 boot from iso
 
 to install on memorystick using usb-zib change size of first partition.
 
 find shell script /usr/sbin/pendrive_usbzib.sh
 
 for this modify line mkdiskimage -1 /dev/$DEVICE 100 64 32
 |