LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Bluetooth not working after kernel update (https://www.linuxquestions.org/questions/slackware-14/bluetooth-not-working-after-kernel-update-416612/)

Zmyrgel 02-17-2006 03:07 PM

Bluetooth not working after kernel update
 
Okay, I installed the slackware 10.2 with pretty default settings (sata.i 2.4 kernel) and then in KDE downloaded the newest kernel (2.6.15) and compiled it. I enabled Bluetooth from the kernel but my keyboard and mouse aren't working at all once I boot to the new kernel.

All I did was compile the new kernel with some bluetooth modules (I did make modules_install). Is there anything else I need to do to enable my bluetooth. I got my keyboard working in Gentoo but for example, in slack there isn't /etc/bluetooh folder at all.

Any help would be appreciated.

chopp 02-17-2006 10:17 PM

bluez
 
You need to get bluez-utils, and bluez-libs at the very least.
They can be found here:

http://www.bluez.org/download.html

Zmyrgel 02-18-2006 12:38 AM

Sure, but shouldn't them be already there as my mouse/keyboard worked after / during installation with the default 2.4 kernel . I just updated my kernel and now it isn't working...

I'd say it's that the bluetooth modules need to be started at boot time, right?

chopp 02-18-2006 01:22 AM

bluez
 
Zmyrgel,
Sorry, missed where you said it was working with the stock kernel.

Here's what I have in my .config, if it help's:

Code:

# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
# CONFIG_BT_BNEP_MC_FILTER is not set
# CONFIG_BT_BNEP_PROTO_FILTER is not set
CONFIG_BT_HIDP=m

# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=m
# CONFIG_BT_HCIUSB_SCO is not set
# CONFIG_BT_HCIUART is not set
# CONFIG_BT_HCIBCM203X is not set
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIVHCI is not set
CONFIG_IEEE80211=m
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=m
# CONFIG_IEEE80211_CRYPT_CCMP is not set
# CONFIG_IEEE80211_CRYPT_TKIP is not set

# USB Input Devices
#
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y

hope this helps

Zmyrgel 02-18-2006 02:23 AM

Ok, I got it to work... I had missed one thing in my kernel update.... though now my internet isn't working.

Temporary failure in name resolution and when I shutdown the system I get told that "dhcpcd not running" which should run as it gets my internet settings from ISP, right?

I have other things but those are kinda minor, configuring ALSA and such. Could you enlighten me about the internet issue, so I can continue my journey with the slacker.

chopp 02-18-2006 03:36 AM

net
 
Myself I have a LAN with static ip's behind a router so I don't use dhcp. I believe your problem is with DNS though.

fire up a terminal, and as root:
Code:

#netconfig
fill in the appropriate info, and then you should have the proper dns ip info in your /etc/resolv.conf

hope this help's

Zmyrgel 02-18-2006 03:52 AM

The think is that my /etc/resolv.conf looks fine:
Code:

195.232.33.45
195.232.33.41
isp-connection.com

I don't think there should be anything more in there.

and my /etc/dhcpc folders info looks good also. There was ... dhcpcd-eth0.info file or similar which contained the info of my ISP but it doesn't seem to use it properly. When I had similar problems with gentoo it got connected by typing "dhcpcd -B" but that isn't the case now.

I'll make a new thread about this to get appropriate attention... after I browse a bit to see if it solves my problem.

Yalla-One 02-18-2006 03:58 AM

Quote:

Originally Posted by Zmyrgel
Ok, I got it to work... I had missed one thing in my kernel update....

Hi Zmyrgel,

Just out of curiousity and for future reference - which part/module/setting did you miss during your kernel update, and how did you find it?

(Makes it easier for other people with similar problem to trouble-shoot when they search and find this thread as reference)

-Y1

Zmyrgel 02-18-2006 04:06 AM

Under USB-Support I changed OHCI-HCD (intel) to the basic version as I'm not using any intel chipsets. Also I was missing few modules in Bluetooth category. I installed them all and it started to work.

Zmyrgel 02-18-2006 05:25 AM

Okay, I got my network to work.... and the same time I broke my X. Solve one, generate another. My network error was again related to kernel. I needed to enable from kernel: Devices->Network->Ethernet(10-100)->Reverse engineered nForce Ethernet support.

My X broke as I updated my nvidia drivers but should be an easy fix.

On to solve the problems. Thank you for your help.


All times are GMT -5. The time now is 12:37 AM.